summaryrefslogtreecommitdiff
path: root/lib/glwidgets.cc
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-28 12:30:26 +0000
committerpixel <pixel>2003-03-28 12:30:26 +0000
commit541c00c93fcd98f766cce661aa83ef4ffe713e57 (patch)
tree2300eff5c56164578988d4f4d57147c60657c7ad /lib/glwidgets.cc
parentbe0486797260377246c1ea1229cca27c19c64ad2 (diff)
First part of the backend separation
Diffstat (limited to 'lib/glwidgets.cc')
-rw-r--r--lib/glwidgets.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/glwidgets.cc b/lib/glwidgets.cc
index 0ac5f8b..f8e0389 100644
--- a/lib/glwidgets.cc
+++ b/lib/glwidgets.cc
@@ -7,9 +7,7 @@
#include "config.h"
#endif
-#ifndef _
-#define _(x) x
-#endif
+#include "gettext.h"
mogltk::widget * mogltk::widget::cur_root = 0;