diff options
author | unknown <unknown> | 2002-01-11 11:59:54 (GMT) |
---|---|---|
committer | unknown <unknown> | 2002-01-11 11:59:54 (GMT) |
commit | 61661d638e34b3ce6c986d5a53b8c08c1051d422 (patch) | |
tree | f0b87676e95070afee163f76902efd0c4d5b5fe6 /src/i18n.hh | |
parent | f98c3c9045397bd9497621deb55b310366f8a5de (diff) | |
parent | a3d2a1cf0a5ab724e19a91915fe97842f52260d5 (diff) | |
download | fluxbox-c325ffaa4e094163340f957e87463c8a526b4d5b.zip fluxbox-c325ffaa4e094163340f957e87463c8a526b4d5b.tar.bz2 |
This commit was manufactured by cvs2svn to create tagRelease-0_1_6
'Release-0_1_6'.
Diffstat (limited to 'src/i18n.hh')
-rw-r--r-- | src/i18n.hh | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/i18n.hh b/src/i18n.hh index a2b97b9..46b5c1c 100644 --- a/src/i18n.hh +++ b/src/i18n.hh | |||
@@ -1,3 +1,6 @@ | |||
1 | // i18n.hh for Fluxbox Window Manager | ||
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | ||
3 | // | ||
1 | // i18n.hh for Blackbox - an X11 Window manager | 4 | // i18n.hh for Blackbox - an X11 Window manager |
2 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) | 5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) |
3 | // | 6 | // |
@@ -19,8 +22,10 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
21 | 24 | ||
22 | #ifndef __i18n_h | 25 | // $Id: i18n.hh,v 1.4 2002/01/11 11:54:48 fluxgen Exp $ |
23 | #define __i18n_h | 26 | |
27 | #ifndef _I18N_HH_ | ||
28 | #define _I18N_HH_ | ||
24 | 29 | ||
25 | #ifdef NLS | 30 | #ifdef NLS |
26 | # include "../nls/blackbox-nls.hh" | 31 | # include "../nls/blackbox-nls.hh" |
@@ -37,6 +42,9 @@ extern "C" { | |||
37 | } | 42 | } |
38 | #endif // HAVE_NL_TYPES_H | 43 | #endif // HAVE_NL_TYPES_H |
39 | 44 | ||
45 | #ifdef __CYGWIN32__ | ||
46 | # include "nl_types_cygnus.h" | ||
47 | #endif | ||
40 | 48 | ||
41 | class I18n { | 49 | class I18n { |
42 | private: | 50 | private: |