Michael's fix to my patch ;-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5988 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-01-26 22:37:12 +00:00
parent 597b585674
commit 93a72db8d8
4 changed files with 22 additions and 14 deletions

View File

@ -1,3 +1,7 @@
2003-01-26 Michael Schmitt <michael.schmitt@teststep.org>
* ui/QThesaurusDialogBase.ui: add colons to labels.
2003-01-23 John Levon <levon@movementarian.org> 2003-01-23 John Levon <levon@movementarian.org>
* ui/*.ui: move several group box labels to title capitalisation * ui/*.ui: move several group box labels to title capitalisation

View File

@ -57,7 +57,7 @@
</property> </property>
<property stdset="1"> <property stdset="1">
<name>text</name> <name>text</name>
<string>&amp;Keyword</string> <string>&amp;Keyword:</string>
</property> </property>
<property> <property>
<name>buddy</name> <name>buddy</name>
@ -107,7 +107,7 @@
<column> <column>
<property> <property>
<name>text</name> <name>text</name>
<string>Thesaurus entries</string> <string>Thesaurus entries:</string>
</property> </property>
<property> <property>
<name>clickable</name> <name>clickable</name>
@ -154,7 +154,7 @@
</property> </property>
<property stdset="1"> <property stdset="1">
<name>text</name> <name>text</name>
<string>&amp;Selection</string> <string>&amp;Selection:</string>
</property> </property>
<property> <property>
<name>buddy</name> <name>buddy</name>

View File

@ -1,3 +1,7 @@
2003-01-26 Michael Schmitt <michael.schmitt@teststep.org>
* forms/form_thesaurus.fd: add colons to labels. Shrink dialog.
2003-01-25 Angus Leeming <leeming@lyx.org> 2003-01-25 Angus Leeming <leeming@lyx.org>
* forms/form_spellchecker.fd: * forms/form_spellchecker.fd:

View File

@ -9,14 +9,14 @@ SnapGrid: 5
=============== FORM =============== =============== FORM ===============
Name: form_thesaurus Name: form_thesaurus
Width: 465 Width: 370
Height: 450 Height: 390
Number of Objects: 6 Number of Objects: 6
-------------------- --------------------
class: FL_BOX class: FL_BOX
type: UP_BOX type: UP_BOX
box: 0 0 465 450 box: 0 0 370 390
boxtype: FL_UP_BOX boxtype: FL_UP_BOX
colors: FL_COL1 FL_COL1 colors: FL_COL1 FL_COL1
alignment: FL_ALIGN_CENTER alignment: FL_ALIGN_CENTER
@ -34,7 +34,7 @@ argument:
-------------------- --------------------
class: FL_BUTTON class: FL_BUTTON
type: NORMAL_BUTTON type: NORMAL_BUTTON
box: 355 375 100 30 box: 260 315 100 30
boxtype: FL_UP_BOX boxtype: FL_UP_BOX
colors: FL_COL1 FL_COL1 colors: FL_COL1 FL_COL1
alignment: FL_ALIGN_CENTER alignment: FL_ALIGN_CENTER
@ -52,7 +52,7 @@ argument: 0
-------------------- --------------------
class: FL_BUTTON class: FL_BUTTON
type: NORMAL_BUTTON type: NORMAL_BUTTON
box: 355 410 100 30 box: 260 350 100 30
boxtype: FL_UP_BOX boxtype: FL_UP_BOX
colors: FL_COL1 FL_COL1 colors: FL_COL1 FL_COL1
alignment: FL_ALIGN_CENTER alignment: FL_ALIGN_CENTER
@ -70,14 +70,14 @@ argument: 0
-------------------- --------------------
class: FL_INPUT class: FL_INPUT
type: NORMAL_INPUT type: NORMAL_INPUT
box: 70 10 315 25 box: 70 10 175 25
boxtype: FL_DOWN_BOX boxtype: FL_DOWN_BOX
colors: FL_COL1 FL_MCOL colors: FL_COL1 FL_MCOL
alignment: FL_ALIGN_LEFT alignment: FL_ALIGN_LEFT
style: FL_NORMAL_STYLE style: FL_NORMAL_STYLE
size: FL_NORMAL_SIZE size: FL_NORMAL_SIZE
lcol: FL_BLACK lcol: FL_BLACK
label: Keyword label: Keyword:
shortcut: shortcut:
resize: FL_RESIZE_ALL resize: FL_RESIZE_ALL
gravity: FL_NorthWest FL_NorthWest gravity: FL_NorthWest FL_NorthWest
@ -88,14 +88,14 @@ argument: 0
-------------------- --------------------
class: FL_INPUT class: FL_INPUT
type: NORMAL_INPUT type: NORMAL_INPUT
box: 90 375 260 30 box: 80 315 175 30
boxtype: FL_DOWN_BOX boxtype: FL_DOWN_BOX
colors: FL_COL1 FL_MCOL colors: FL_COL1 FL_MCOL
alignment: FL_ALIGN_LEFT alignment: FL_ALIGN_LEFT
style: FL_NORMAL_STYLE style: FL_NORMAL_STYLE
size: FL_NORMAL_SIZE size: FL_NORMAL_SIZE
lcol: FL_BLACK lcol: FL_BLACK
label: Selection|#S label: Selection:|#S
shortcut: shortcut:
resize: FL_RESIZE_ALL resize: FL_RESIZE_ALL
gravity: FL_NorthWest FL_NorthWest gravity: FL_NorthWest FL_NorthWest
@ -106,14 +106,14 @@ argument: 0
-------------------- --------------------
class: FL_BROWSER class: FL_BROWSER
type: SELECT_BROWSER type: SELECT_BROWSER
box: 15 60 440 305 box: 15 60 345 245
boxtype: FL_DOWN_BOX boxtype: FL_DOWN_BOX
colors: FL_COL1 FL_YELLOW colors: FL_COL1 FL_YELLOW
alignment: FL_ALIGN_TOP_LEFT alignment: FL_ALIGN_TOP_LEFT
style: FL_NORMAL_STYLE style: FL_NORMAL_STYLE
size: FL_NORMAL_SIZE size: FL_NORMAL_SIZE
lcol: FL_BLACK lcol: FL_BLACK
label: Thesaurus entries label: Thesaurus entries:
shortcut: shortcut:
resize: FL_RESIZE_ALL resize: FL_RESIZE_ALL
gravity: FL_NoGravity FL_NoGravity gravity: FL_NoGravity FL_NoGravity