CVS_SILENT fixuifiles and i18n style guide fixes
svn path=/trunk/kdebase/kcontrol/; revision=322764
This commit is contained in:
parent
e91efe0aa9
commit
3fb1686c98
3 changed files with 23 additions and 41 deletions
|
@ -55,7 +55,7 @@ B2Config::B2Config( KConfig* conf, QWidget* parent )
|
||||||
// Double click menu option support
|
// Double click menu option support
|
||||||
actionsGB = new QHGroupBox(i18n("Actions Settings"), gb);
|
actionsGB = new QHGroupBox(i18n("Actions Settings"), gb);
|
||||||
QLabel *menuDblClickLabel = new QLabel(actionsGB);
|
QLabel *menuDblClickLabel = new QLabel(actionsGB);
|
||||||
menuDblClickLabel->setText(i18n("Double Click on Menu Button:"));
|
menuDblClickLabel->setText(i18n("Double click on menu button:"));
|
||||||
menuDblClickOp = new QComboBox(actionsGB);
|
menuDblClickOp = new QComboBox(actionsGB);
|
||||||
menuDblClickOp->insertItem(i18n("Do Nothing"));
|
menuDblClickOp->insertItem(i18n("Do Nothing"));
|
||||||
menuDblClickOp->insertItem(i18n("Minimize Window"));
|
menuDblClickOp->insertItem(i18n("Minimize Window"));
|
||||||
|
|
|
@ -12,9 +12,6 @@
|
||||||
<height>480</height>
|
<height>480</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="caption">
|
|
||||||
<string>Form1</string>
|
|
||||||
</property>
|
|
||||||
<hbox>
|
<hbox>
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>unnamed</cstring>
|
<cstring>unnamed</cstring>
|
||||||
|
@ -47,9 +44,6 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&New...</string>
|
<string>&New...</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="accel">
|
|
||||||
<string>Alt+N</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="KPushButton">
|
<widget class="KPushButton">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
|
@ -58,9 +52,6 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Modify...</string>
|
<string>&Modify...</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="accel">
|
|
||||||
<string>Alt+M</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="KPushButton">
|
<widget class="KPushButton">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
|
@ -80,9 +71,6 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Move &Up</string>
|
<string>Move &Up</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="accel">
|
|
||||||
<string>Alt+U</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="KPushButton">
|
<widget class="KPushButton">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
|
@ -91,9 +79,6 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Move &Down</string>
|
<string>Move &Down</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="accel">
|
|
||||||
<string>Alt+D</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
<spacer>
|
<spacer>
|
||||||
<property name="name">
|
<property name="name">
|
||||||
|
|
|
@ -12,9 +12,6 @@
|
||||||
<height>477</height>
|
<height>477</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="caption">
|
|
||||||
<string>Form1</string>
|
|
||||||
</property>
|
|
||||||
<vbox>
|
<vbox>
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>unnamed</cstring>
|
<cstring>unnamed</cstring>
|
||||||
|
|
Loading…
Reference in a new issue