]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms_gettext.h
ditch FileInfo -> use boost.filesystem
[lyx.git] / src / frontends / xforms / forms_gettext.h
1 // -*- C++ -*-
2 /**
3  * \file forms_gettext.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef FORMS_GETTEXT_H
13 #define FORMS_GETTEXT_H
14
15 #include <string>
16
17 namespace lyx {
18 namespace frontend {
19
20 /// Extract shortcut from "<identifer>|<shortcut>" string
21 std::string const scex(std::string const &);
22
23 /// Extract identifier from "<identifer>|<shortcut>" string
24 std::string const idex(std::string const &);
25
26 } // namespace frontend
27 } // namespace lyx
28
29 #endif // FORMS_GETTEXT_H