summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/cnsres5.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/cns/cnsres5.rc')
-rw-r--r--src/windows/cns/cnsres5.rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/windows/cns/cnsres5.rc b/src/windows/cns/cnsres5.rc
index e56375334b..d398078e39 100644
--- a/src/windows/cns/cnsres5.rc
+++ b/src/windows/cns/cnsres5.rc
@@ -161,7 +161,9 @@ BEGIN
95,65,39,12
GROUPBOX "Ticket options",IDD_TKOPT,5,86,158,23,WS_GROUP
CONTROL "&Forwardable",IDD_FORWARDABLE,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP,54,95,65,12
+ WS_TABSTOP,25,95,65,12
+ CONTROL "&NoAddresses",IDD_NOADDRESSES,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP,90,95,65,12
DEFPUSHBUTTON "OK",IDOK,19,117,52,14
PUSHBUTTON "Cancel",IDCANCEL,95,117,52,14
END