since we only have one settings dialog, it is nonsense to write "General Settings" but we should write just "Settings"
This commit is contained in:
parent
598017e47f
commit
3b94fb9382
2 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
|
||||||
pViewMenu->addAction ( tr ( "C&hat..." ), this,
|
pViewMenu->addAction ( tr ( "C&hat..." ), this,
|
||||||
SLOT ( OnOpenChatDialog() ) );
|
SLOT ( OnOpenChatDialog() ) );
|
||||||
|
|
||||||
pViewMenu->addAction ( tr ( "&General Settings..." ), this,
|
pViewMenu->addAction ( tr ( "&Settings..." ), this,
|
||||||
SLOT ( OnOpenGeneralSettings() ) );
|
SLOT ( OnOpenGeneralSettings() ) );
|
||||||
|
|
||||||
// optionally show analyzer console entry
|
// optionally show analyzer console entry
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>General Settings</string>
|
<string>Settings</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset resource="resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
|
|
Loading…
Add table
Reference in a new issue