]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.C
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / lyxfunc.C
index 8774312f1c59444c13782e051a3068d88e34b925..d1df3e1b24dc86d4e49ae36ad81360105c85fff4 100644 (file)
@@ -241,7 +241,7 @@ void LyXFunc::processKeySym(KeySym keysym, unsigned int state)
                return;
        }
 
-       // Can we be sure that this will work for all X-Windows
+       // Can we be sure that this will work for all X Window
        // implementations? (Lgb)
        // This code snippet makes lyx ignore some keys. Perhaps
        // all of them should be explictly mentioned?
@@ -1195,17 +1195,13 @@ string const LyXFunc::dispatch(int ac,
                break;
 #else
 #ifdef WITH_WARNINGS
-#warning Find another implementation here (or another lyxfunc)!
+//#warning Find another implementation here (or another lyxfunc)!
 #endif
 #endif
        case LFUN_HELP_ABOUTLYX:
                owner->getDialogs()->showAboutlyx();
                break;
 
-       case LFUN_HELP_COPYRIGHT:
-       case LFUN_HELP_CREDITS:
-               
-
         case LFUN_HELP_OPEN:
        {
                string const arg = argument;
@@ -1230,8 +1226,6 @@ string const LyXFunc::dispatch(int ac,
                break;
         }
 
-       case LFUN_HELP_VERSION:
-       
                // --- version control -------------------------------
        case LFUN_VC_REGISTER:
        {