summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRMN <rmn@miranda-ng.org>2015-09-19 18:40:25 +0000
committerRMN <rmn@miranda-ng.org>2015-09-19 18:40:25 +0000
commitab93a29067b646a084b1cca9417a85c9b3d0f5e6 (patch)
treefd28a61661caed594e969631f27b98b2f4d61a02 /src
parent8265a1a385f6d88168e382c386605c6e48b8f7d4 (diff)
- resource cosmetics: surround arrows (->) with spaces
- settings specified precisely in some places git-svn-id: http://svn.miranda-ng.org/main/trunk@15401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r--src/core/stdclist/res/resource.rc2
-rw-r--r--src/mir_app/res/resource.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc
index 29003698d6..875e30ff0c 100644
--- a/src/core/stdclist/res/resource.rc
+++ b/src/core/stdclist/res/resource.rc
@@ -38,7 +38,7 @@ BEGIN
PUSHBUTTON "Yes",IDYES,58,38,65,14
CONTROL "Hide from list only, in order to keep their history and ignore/visibility settings",IDC_HIDE,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,65,280,9
- LTEXT "Use Options->Contacts->Ignore to unhide contacts.",IDC_STATIC,20,78,257,8
+ LTEXT "Use Options -> Contacts -> Ignore to unhide contacts.",IDC_STATIC,20,78,257,8
CONTROL "Are you sure you want to delete %s?",IDC_TOPLINE,"Static",SS_SIMPLE | SS_NOPREFIX | WS_GROUP,7,7,270,8
LTEXT "This will erase all history and settings for this contact!",IDC_STATIC,7,18,239,14
END
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc
index 2f52fdf45d..12a7d3ffc6 100644
--- a/src/mir_app/res/resource.rc
+++ b/src/mir_app/res/resource.rc
@@ -70,7 +70,7 @@ BEGIN
DEFPUSHBUTTON "&No",IDNO,172,38,65,14
CONTROL "Hide from list only, in order to keep their history and ignore/visibility settings",IDC_HIDE,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,65,280,9
- LTEXT "Use Options->Contacts->Ignore to unhide contacts.",IDC_STATIC,20,78,257,8
+ LTEXT "Use Options -> Contacts -> Ignore to unhide contacts.",IDC_STATIC,20,78,257,8
CONTROL "Are you sure you want to delete %s?",IDC_TOPLINE,"Static",SS_SIMPLE | SS_NOPREFIX | WS_GROUP,7,7,270,8
LTEXT "This will erase all history and settings for this contact!",IDC_STATIC,7,18,239,14
END