]> git.lyx.org Git - features.git/commitdiff
Lars says _(_(b)) is a bug ... fix
authorJohn Levon <levon@movementarian.org>
Sun, 1 Dec 2002 03:11:56 +0000 (03:11 +0000)
committerJohn Levon <levon@movementarian.org>
Sun, 1 Dec 2002 03:11:56 +0000 (03:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5756 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormMathsBitmap.C

index 1d7d4e7f569622a284208cf7b75861c1eadcbe32..e577d75b0c82c7f7d9ac84e454fc3701f0acc824 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-01  John Levon  <levon@movementarian.org>
+
+       * FormMathsBitmap.C: fix _(_(blah))
 2002-11-30  John Levon  <levon@movementarian.org>
 
        * FormMathsBitmap.C: actually set dialog_->button_close
index 12a617b7b95fd87d1c6508b9c82c2d7abb091499..3bc0c2cdb26702e071dfb649c78c33dd8e32ee95 100644 (file)
@@ -109,8 +109,8 @@ void FormMathsBitmap::build()
        char const * const label = _("Close|^[");
        fdui->button_close =
                fl_add_button(FL_NORMAL_BUTTON, x_, y_, 90, 30,
-                             idex(_(label)).c_str());
-       fl_set_button_shortcut(fdui->button_close, scex(_(label)).c_str(), 1);
+                             idex(label).c_str());
+       fl_set_button_shortcut(fdui->button_close, scex(label).c_str(), 1);
        fl_set_object_lsize(fdui->button_close, FL_NORMAL_SIZE);
        fl_set_object_callback(fdui->button_close, C_FormBaseCancelCB, 0);