diff options
author | fluxgen <fluxgen> | 2004-05-02 20:46:43 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-05-02 20:46:43 (GMT) |
commit | f278773f92f8feefcbc1b1f1da4f255e1f01dcdd (patch) | |
tree | f017a75fe79b96f52e8267b453e9b3160788a7b8 /src | |
parent | db95500c59fad9d3e2cc93804eb9271446b51659 (diff) | |
download | fluxbox-f278773f92f8feefcbc1b1f1da4f255e1f01dcdd.zip fluxbox-f278773f92f8feefcbc1b1f1da4f255e1f01dcdd.tar.bz2 |
include fluxbox-nls instead
Diffstat (limited to 'src')
-rw-r--r-- | src/I18n.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/I18n.hh b/src/I18n.hh index 1960870..09c0b41 100644 --- a/src/I18n.hh +++ b/src/I18n.hh | |||
@@ -22,12 +22,12 @@ | |||
22 | // 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 |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: I18n.hh,v 1.3 2004/03/13 11:14:21 fluxgen Exp $ | 25 | // $Id: I18n.hh,v 1.4 2004/05/02 20:46:43 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef I18N_HH | 27 | #ifndef I18N_HH |
28 | #define I18N_HH | 28 | #define I18N_HH |
29 | 29 | ||
30 | #include "../nls/blackbox-nls.hh" | 30 | #include "../nls/fluxbox-nls.hh" |
31 | 31 | ||
32 | #ifdef HAVE_CONFIG_H | 32 | #ifdef HAVE_CONFIG_H |
33 | #include "config.h" | 33 | #include "config.h" |