From dd44deca01309a4626d32f030c6cec359eb87d53 Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sun, 5 Nov 2006 17:38:58 +0000 Subject: [PATCH] * 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 --- Status.15x | 13 +++++++++---- src/frontends/qt4/QDelimiterDialog.C | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Status.15x b/Status.15x index fde7b04265..f2ba7e7e6c 100644 --- a/Status.15x +++ b/Status.15x @@ -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) + + diff --git a/src/frontends/qt4/QDelimiterDialog.C b/src/frontends/qt4/QDelimiterDialog.C index 19f64c237c..fb7da9bf16 100644 --- a/src/frontends/qt4/QDelimiterDialog.C +++ b/src/frontends/qt4/QDelimiterDialog.C @@ -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) -- 2.39.2