diff options
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/res/chat.rc | 8 | ||||
-rw-r--r-- | plugins/TabSRMM/src/resource.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/TabSRMM/res/chat.rc b/plugins/TabSRMM/res/chat.rc index fe284f5ce9..1fdd59fa02 100644 --- a/plugins/TabSRMM/res/chat.rc +++ b/plugins/TabSRMM/res/chat.rc @@ -86,10 +86,10 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
GROUPBOX "Options",IDC_STATIC,3,0,300,229
CONTROL "",IDC_CHECKBOXES,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_FULLROWSELECT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,6,9,289,177
- LTEXT "Text for autocomplete",IDC_STATIC,10,210,133,10
- EDITTEXT IDC_GROUP,152,192,142,14,ES_AUTOHSCROLL
- LTEXT "Add new rooms to group:",IDC_STATIC,10,193,133,10
- EDITTEXT IDC_AUTOCOMPLETE,152,208,142,14,ES_AUTOHSCROLL
+ LTEXT "Text for autocomplete:",IDC_STATIC,10,210,177,10
+ EDITTEXT IDC_GROUP,191,192,102,14,ES_AUTOHSCROLL
+ LTEXT "Add new rooms to group:",IDC_STATIC,10,193,179,10
+ EDITTEXT IDC_AUTOCOMPLETE,191,208,102,14,ES_AUTOHSCROLL
END
IDD_OPTIONS2 DIALOGEX 0, 0, 306, 209
diff --git a/plugins/TabSRMM/src/resource.h b/plugins/TabSRMM/src/resource.h index 113960344a..89ca2d18d0 100644 --- a/plugins/TabSRMM/src/resource.h +++ b/plugins/TabSRMM/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by C:\Users\georg\DiskW\miranda-ng\plugins\TabSRMM\res\chat.rc
+// Used by W:\miranda-ng\plugins\TabSRMM\res\chat.rc
//
#define IDD_TEMPLATEEDIT 1
#define VS_VERSION_INFO 1
|