]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms_gettext.h
fix tooltips in toolbar
[lyx.git] / src / frontends / xforms / forms_gettext.h
1 // -*- C++ -*-
2 /**
3  * \file forms_gettext.h
4  * Copyright 2002 the LyX Team
5  * Read the file COPYING
6  *
7  * \author Angus Leeming, leeming@lyx.org
8  */
9
10 #ifndef FORMS_GETTEXT_H
11 #define FORMS_GETTEXT_H
12
13 #ifdef __GNUG__
14 #pragma interface
15 #endif
16
17 #include "forms_fwd.h"
18
19 /// Extract shortcut from <ident>|<shortcut> string
20 char const * flyx_shortcut_extract(char const * sc);
21 /// Shortcut for flyx_shortcut_extract
22 #define scex flyx_shortcut_extract
23
24 /// Extract shortcut from <ident>|<shortcut> string
25 char const * flyx_ident_extract(char const * sc);
26 /// Shortcut for flyx_ident_extract
27 #define idex flyx_ident_extract
28
29 #endif // FORMS_GETTEXT_H