]> git.lyx.org Git - lyx.git/commitdiff
correct short-cut conflict
authorStephan Witt <switt@lyx.org>
Mon, 6 Sep 2010 06:53:14 +0000 (06:53 +0000)
committerStephan Witt <switt@lyx.org>
Mon, 6 Sep 2010 06:53:14 +0000 (06:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35291 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/Menus.cpp

index 2abf282e7ce54afc82e94aa68916aa24e8aa868a..d0003cd03468dbecce1d69b9b59c89e408ffe3a3 100644 (file)
@@ -761,7 +761,7 @@ void MenuDefinition::expandSpellingSuggestions(BufferView const * bv)
                        if (i > 0)
                                add(MenuItem(MenuItem::Separator));
                        docstring const arg = wl.word() + " " + from_ascii(wl.lang()->lang());
-                       add(MenuItem(MenuItem::Command, qt_("Add to personal dictionary|c"),
+                       add(MenuItem(MenuItem::Command, qt_("Add to personal dictionary|n"),
                                        FuncRequest(LFUN_SPELLING_ADD, arg)));
                        add(MenuItem(MenuItem::Command, qt_("Ignore all|I"),
                                        FuncRequest(LFUN_SPELLING_IGNORE, arg)));