On Wed, Jul 21, 2004 at 01:30:02PM -0600, Dave Serls wrote: > Isn't this for (non-existent) NLS support. > I commented out that line in main.cpp
Indeed it is. I sent Vanrijn a patch on the 3rd July, but he hasn't responded yet. Attached is the patch I sent. It just removes the i18n.hh #include's, and instances of the bt::I18n class. Steven -- .. .. .. Steven Kah Hien Wong (Glutinous) .. .. .. .. .. : E-mail: [EMAIL PROTECTED] : Mobile: +61 (0) 413 332 005 : ICQ: 3054 4062 : WWW: http://zensaki.com/steven/
Index: src/main.cpp =================================================================== RCS file: /cvsroot/bbkeys/bbkeys/src/main.cpp,v retrieving revision 1.5 diff -c -r1.5 main.cpp *** src/main.cpp 17 Feb 2004 05:34:25 -0000 1.5 --- src/main.cpp 2 Jul 2004 16:02:08 -0000 *************** *** 25,35 **** #include "KeyClient.h" #include "version.h" - #include <i18n.hh> #include "main.h" - bt::I18n bt::i18n; - //-------------------------------------------------------- // parseOptions //-------------------------------------------------------- --- 25,32 ---- Index: src/KeyClient.h =================================================================== RCS file: /cvsroot/bbkeys/bbkeys/src/KeyClient.h,v retrieving revision 1.6 diff -c -r1.6 KeyClient.h *** src/KeyClient.h 17 Feb 2004 05:34:25 -0000 1.6 --- src/KeyClient.h 2 Jul 2004 16:02:08 -0000 *************** *** 42,48 **** // the blackbox library #include <Application.hh> #include <Util.hh> - #include <i18n.hh> #include <Resource.hh> #include <Timer.hh> --- 42,47 ----
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
