diff options
| author | Kitty Barnett <develop@catznip.com> | 2012-01-20 18:06:32 +0100 |
|---|---|---|
| committer | Kitty Barnett <develop@catznip.com> | 2012-01-20 18:06:32 +0100 |
| commit | 9c66ac87fd46db3987e60ae50989b2497099480b (patch) | |
| tree | 0b2e6d98f3790ee2c1394017567ef75b9cd426ab /indra/newview/llstartup.cpp | |
| parent | 4c5141c5677a2e98c1331026d4e119abee6ab2ae (diff) | |
STORM-276 Basic spellchecking framework
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 7e02a41e7e..89360778d1 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -739,6 +739,7 @@ bool idle_startup() { display_startup(); initialize_edit_menu(); + initialize_spellcheck_menu(); display_startup(); init_menus(); display_startup(); |
