X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-strings.C;h=59ba87f0ce0e1cffcacea7e32d56cc4b9870b283;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=ce79dddeed04fc490f359aa1edb8425df32c4f2e;hpb=54acb900add2a7ba54294e585f64722ead6ac94c;p=lyx.git diff --git a/src/tex-strings.C b/src/tex-strings.C index ce79dddeed..59ba87f0ce 100644 --- a/src/tex-strings.C +++ b/src/tex-strings.C @@ -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