]> git.lyx.org Git - features.git/commitdiff
* src/frontends/qt4/QDelimiterDialog.C: don't use term 'size' in
authorMichael Schmitt <michael.schmitt@teststep.org>
Sun, 5 Nov 2006 17:38:58 +0000 (17:38 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sun, 5 Nov 2006 17:38:58 +0000 (17:38 +0000)
math delimiter size values
* Status.15x: kill one bug & add a new one

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15753 a592a061-630c-0410-9148-cb99ea01b6c8

Status.15x
src/frontends/qt4/QDelimiterDialog.C

index fde7b04265203e56a5391c203e7cbebbad851f74..f2ba7e7e6c8db218dd188d216fdf8dada751e4d2 100644 (file)
@@ -69,9 +69,6 @@ MATH CONTROL PANEL
 
 * In the math control panel, the buttons are too small.
 
-* In the "Math Delimiters" dialog, there is no need to repeat the term "Size"
-  for all values in the selection box; the label is already named "Size"
-
 
 OTHER PANELS
 
@@ -127,8 +124,10 @@ MENUS
 
 * All label and button texts in the Qt4 dialogs are not translated.
 
+* Special handling of [[...]] in text messages is disabled in messages.C
 
-PAINING & PERFORMANCE
+
+PAINTING & PERFORMANCE
 
 * Too much painting 1 (Edwin 3/11/2006): when i click in the workarea (to put
   the cursor in another part of the text) the screen is repainted *twice*
@@ -265,3 +264,9 @@ CREDITS:
 
   FIXED (MGerz 2006-11-05)
 
+* In the "Math Delimiters" dialog, there is no need to repeat the term "Size"
+  for all values in the selection box; the label is already named "Size"
+
+  FIXED (MGerz 2006-11-05)
+
+
index 19f64c237cd2f69472c5fbda35031e5404f54a82..fb7da9bf16f6b9955c9a72bdf44463ba66fd93ac 100644 (file)
@@ -45,8 +45,8 @@ char const * const bigleft[]  = {"bigl", "Bigl", "biggl", "Biggl", ""};
 char const * const bigright[] = {"bigr", "Bigr", "biggr", "Biggr", ""};
 
 
-char const * const biggui[]   = {N_("big size"), N_("Big size"),
-       N_("bigg size"), N_("Bigg size"), ""};
+char const * const biggui[]   = {N_("big[[delimiter size]]"), N_("Big[[delimiter size]]"),
+       N_("bigg[[delimiter size]]"), N_("Bigg[[delimiter size]]"), ""};
 
 
 string do_match(const string & str)