aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-05-02 20:46:43 (GMT)
committerfluxgen <fluxgen>2004-05-02 20:46:43 (GMT)
commitf278773f92f8feefcbc1b1f1da4f255e1f01dcdd (patch)
treef017a75fe79b96f52e8267b453e9b3160788a7b8
parentdb95500c59fad9d3e2cc93804eb9271446b51659 (diff)
downloadfluxbox_paul-f278773f92f8feefcbc1b1f1da4f255e1f01dcdd.zip
fluxbox_paul-f278773f92f8feefcbc1b1f1da4f255e1f01dcdd.tar.bz2
include fluxbox-nls instead
-rw-r--r--src/I18n.hh4
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"