]> 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 c2126a38867e8c2ae706d6355ef5f6e0ea4cb022..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)
@@ -30,3 +32,6 @@ string const idex(string const & str)
        support::split(str, identifier, '|');
        return identifier;
 }
+
+} // namespace frontend
+} // namespace lyx