]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms_gettext.h
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / forms_gettext.h
index 6f1f9870bf47f1156cbf17ad657ce94d4023386a..65a1318cae911ff126abcf9c648b75ba4f927192 100644 (file)
@@ -6,20 +6,24 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMS_GETTEXT_H
 #define FORMS_GETTEXT_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
+#include <string>
 
-/// Extract shortcut from "<ident>|<shortcut>" string
-char const * scex(char const *);
+namespace lyx {
+namespace frontend {
 
-/// Extract ident from "<ident>|<shortcut>" string
-char const * idex(char const *);
+/// Extract shortcut from "<identifer>|<shortcut>" string
+std::string const scex(std::string const &);
+
+/// Extract identifier from "<identifer>|<shortcut>" string
+std::string const idex(std::string const &);
+
+} // namespace frontend
+} // namespace lyx
 
 #endif // FORMS_GETTEXT_H