]> git.lyx.org Git - lyx.git/blobdiff - src/intl.C
get builddir!=srcdir compiling working; allow successful make even without noweb...
[lyx.git] / src / intl.C
index 28bcae1716054c9dda55d0ad6ef86e0dbb8ad0a8..0f33480ee6a6db0af4ee3610db7a0c6b5181e405 100644 (file)
@@ -273,11 +273,12 @@ void Intl::InitKeyMapper(bool on)
        Language2->add(120, 110, 160, 30, 300); // Secondary
        fl_end_form();
 
-       int n = 1;
+       int n = 0;
        // Default is not in the language map
 #ifdef DO_USE_DEFAULT_LANGUAGE
        Language->addto("default");
        Language2->addto("default");
+       ++n;
 #endif
        for (Languages::const_iterator cit = languages.begin();
             cit != languages.end(); ++cit) {