diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MetaContacts/res/MetaContacts.rc | 4 | ||||
-rw-r--r-- | plugins/NewXstatusNotify/res/resource.rc | 6 | ||||
-rw-r--r-- | plugins/QuickMessages/res/quickmessages.rc | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/plugins/MetaContacts/res/MetaContacts.rc b/plugins/MetaContacts/res/MetaContacts.rc index b5ab5ebea2..e463679067 100644 --- a/plugins/MetaContacts/res/MetaContacts.rc +++ b/plugins/MetaContacts/res/MetaContacts.rc @@ -162,7 +162,7 @@ CAPTION "History Copy" FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "Progress1",IDC_PROG,"msctls_progress32",0x0,28,49,130,13
- CTEXT "Please wait while the contact's history is copied.",IDC_STATIC,9,27,167,8
+ CTEXT "Please wait while the contact's history is copied.",IDC_STATIC,3,27,182,8
END
IDD_DELPROGRESS DIALOG 0, 0, 186, 90
@@ -171,7 +171,7 @@ CAPTION "History Remove" FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "Progress1",IDC_PROG,"msctls_progress32",0x0,28,49,130,13
- CTEXT "Please wait while the contact's history is removed.",IDC_STATIC,9,27,167,8
+ CTEXT "Please wait while the contact's history is removed.",IDC_STATIC,3,27,182,8
END
IDD_PRIORITIES DIALOGEX 0, 0, 266, 157
diff --git a/plugins/NewXstatusNotify/res/resource.rc b/plugins/NewXstatusNotify/res/resource.rc index 5376514e8f..f37dc07d72 100644 --- a/plugins/NewXstatusNotify/res/resource.rc +++ b/plugins/NewXstatusNotify/res/resource.rc @@ -122,8 +122,8 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,61,163,10
GROUPBOX "Plugin activation",IDC_STATIC,4,82,292,82,WS_GROUP
CONTROL "Automatically turn off Popups and Sounds on status change",IDC_AUTODISABLE,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,96,219,10
- PUSHBUTTON "Configure",IDC_CONFIGUREAUTODISABLE,239,94,50,14
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,96,232,10
+ PUSHBUTTON "Configure",IDC_CONFIGUREAUTODISABLE,243,94,46,14
CONTROL "Notify me for people not in my Contact List",IDC_HIDDENCONTACTSTOO,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,109,279,10
CONTROL "Blink icon in the system tray",IDC_BLINKICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,135,279,10
@@ -137,7 +137,7 @@ BEGIN EDITTEXT IDC_LOGFILE,72,175,154,14,ES_AUTOHSCROLL | ES_READONLY
PUSHBUTTON "...",IDC_BT_CHOOSELOGFILE,229,175,18,14
PUSHBUTTON "Open",IDC_BT_VIEWLOG,249,175,42,14
- CONTROL "Status message",IDC_CHK_STATUS_MESSAGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,208,50,87,10
+ CONTROL "Status message",IDC_CHK_STATUS_MESSAGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,208,50,84,10
END
IDD_INFO_SOUNDS DIALOGEX 0, 0, 222, 152
diff --git a/plugins/QuickMessages/res/quickmessages.rc b/plugins/QuickMessages/res/quickmessages.rc index 00fd075bf1..12d8158992 100644 --- a/plugins/QuickMessages/res/quickmessages.rc +++ b/plugins/QuickMessages/res/quickmessages.rc @@ -67,15 +67,15 @@ BEGIN GROUPBOX "Button Right-Click value",IDC_STATIC,110,172,204,47
GROUPBOX "Button Left-Click menu",IDC_STATIC,110,9,204,160
GROUPBOX "Buttons",IDC_STATIC,2,9,103,160
- LTEXT "Menu entry value:",IDC_STATIC,214,37,86,8
+ LTEXT "Menu entry value:",IDC_STATIC,214,37,98,8
EDITTEXT IDC_BUTTONNAME,6,152,63,14,ES_AUTOHSCROLL | ES_WANTRETURN
EDITTEXT IDC_MENUNAME,114,152,63,14,ES_AUTOHSCROLL | ES_WANTRETURN
GROUPBOX "Misc.",IDC_STATIC,2,172,103,66
CONTROL "Auto-send on Left-Click",IDC_LAUTOSEND,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,6,181,98,16
CONTROL "Auto-send on Right-Click",IDC_RAUTOSEND,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,6,199,98,16
- CONTROL "Add to QuickMenu",IDC_INQMENU,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,214,66,99,20
+ CONTROL "Add to QuickMenu",IDC_INQMENU,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,214,66,98,20
CONTROL "Enable QuickMenu",IDC_ENABLEQUICKMENU,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,6,217,98,16
- CONTROL "Consider as ServiceName",IDC_ISSERVNAME,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,214,90,99,20
+ CONTROL "Consider as ServiceName",IDC_ISSERVNAME,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,214,90,98,20
LTEXT "You have changed the plugin settings via database.\nThis requires restart!",IDC_WARNING,110,223,179,28,NOT WS_VISIBLE
PUSHBUTTON "?",IDC_VARHELP,291,223,16,14
CONTROL "Consider as ServiceName",IDC_ISSERVNAME2,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,117,196,189,20
|