]> git.lyx.org Git - lyx.git/blobdiff - src/tex-strings.C
* GuiView.C (updateTab): do not update early if current tab has
[lyx.git] / src / tex-strings.C
index ce79dddeed04fc490f359aa1edb8425df32c4f2e..59ba87f0ce0e1cffcacea7e32d56cc4b9870b283 100644 (file)
@@ -15,6 +15,9 @@
 #include "gettext.h"
 
 
+namespace lyx {
+
+
 // this file should perhaps be split into even smaller parts
 
 char const * const string_paragraph_separation[] = {
@@ -87,3 +90,6 @@ char const * tex_fonts_monospaced_gui[] = { N_("Default"), N_("Computer Modern T
                            N_("Latin Modern Typewriter"), N_("Courier"), N_("Bera Mono"), N_("LuxiMono"),
                            N_("CM Typewriter Light"), ""
 };
+
+
+} // namespace lyx