]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms_gettext.h
remove defaults stuff, let Qt handle no toolbar
[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
16 #include "LString.h"
17
18 /// Extract shortcut from "<identifer>|<shortcut>" string
19 string const scex(string const &);
20
21 /// Extract identifier from "<identifer>|<shortcut>" string
22 string const idex(string const &);
23
24 #endif // FORMS_GETTEXT_H