* src/frontends/qt4/QDelimiterDialog.C: don't use term 'size' in

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
This commit is contained in:
Michael Schmitt 2006-11-05 17:38:58 +00:00
parent 4e9bb0990f
commit dd44deca01
2 changed files with 11 additions and 6 deletions

View 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)

View 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)