]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms_gettext.C
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / forms_gettext.C
index 75cf0b6dfde7818349a24b4ef5c228c33d6bec94..1f8f5d1466bf10ca8e72f29902452b2187f62edf 100644 (file)
 
 #include "support/lstrings.h"
 
-namespace support = lyx::support;
-
 using std::string;
 
+namespace lyx {
+namespace frontend {
 
 // Extract shortcut from "<identifier>|<shortcut>" string
 string const scex(string const & str)
@@ -32,3 +32,6 @@ string const idex(string const & str)
        support::split(str, identifier, '|');
        return identifier;
 }
+
+} // namespace frontend
+} // namespace lyx