summaryrefslogtreecommitdiffabout
path: root/dipstick.rc
authorMichael Krelin <hacker@klever.net>2005-08-05 23:42:33 (UTC)
committer Michael Krelin <hacker@klever.net>2005-08-05 23:42:33 (UTC)
commitf2018d0e4377e7cdff17471b473c45daf5c2ddd7 (patch) (unidiff)
treeebfb9cab87dbc464122e177aa116eb0fc7dc9088 /dipstick.rc
parentd2f4327f3752ff30c3b0ec7fdd2e63bc1a1db5ee (diff)
downloaddipstick-f2018d0e4377e7cdff17471b473c45daf5c2ddd7.zip
dipstick-f2018d0e4377e7cdff17471b473c45daf5c2ddd7.tar.gz
dipstick-f2018d0e4377e7cdff17471b473c45daf5c2ddd7.tar.bz2
fixed the installer for XP and prepared for 3.1 release3.1
git-svn-id: http://svn.klever.net/kin/dipstick/trunk@127 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (limited to 'dipstick.rc') (more/less context) (ignore whitespace changes)
-rw-r--r--dipstick.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/dipstick.rc b/dipstick.rc
index 8797946..305eb77 100644
--- a/dipstick.rc
+++ b/dipstick.rc
@@ -82,7 +82,7 @@ CAPTION "About Dipstick"
82FONT 8, "MS Sans Serif" 82FONT 8, "MS Sans Serif"
83BEGIN 83BEGIN
84 ICON IDR_MAINFRAME,IDC_STATIC,11,17,21,20 84 ICON IDR_MAINFRAME,IDC_STATIC,11,17,21,20
85 LTEXT "Dipstick, Version 3.1-trunk",IDC_STATIC,40,7,89,8,SS_NOPREFIX 85 LTEXT "Dipstick, Version 3.1",IDC_STATIC,40,7,89,8,SS_NOPREFIX
86 LTEXT "Copyright © 1996-2005 Klever Group",IDC_STATIC,40,25, 86 LTEXT "Copyright © 1996-2005 Klever Group",IDC_STATIC,40,25,
87 166,8 87 166,8
88 DEFPUSHBUTTON "OK",IDOK,174,7,32,14,WS_GROUP 88 DEFPUSHBUTTON "OK",IDOK,174,7,32,14,WS_GROUP
@@ -93,7 +93,7 @@ IDD_DIPSTICK_DIALOG DIALOGEX 0, 0, 419, 152
93STYLE DS_3DLOOK | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME 93STYLE DS_3DLOOK | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
94EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE | WS_EX_CONTEXTHELP | 94EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE | WS_EX_CONTEXTHELP |
95 WS_EX_APPWINDOW 95 WS_EX_APPWINDOW
96CAPTION " Dipstick 3.1-trunk" 96CAPTION " Dipstick 3.1"
97FONT 8, "MS Sans Serif", 0, 0, 0x1 97FONT 8, "MS Sans Serif", 0, 0, 0x1
98BEGIN 98BEGIN
99 CONTROL "List1",IDC_HOSTLIST,"SysListView32",LVS_REPORT | 99 CONTROL "List1",IDC_HOSTLIST,"SysListView32",LVS_REPORT |
@@ -459,7 +459,7 @@ BEGIN
459 IDS_ABEST_CLEANUP "Remove all locations from list?" 459 IDS_ABEST_CLEANUP "Remove all locations from list?"
460 IDS_ABEST_NONEFOUND "No reachable locations were found." 460 IDS_ABEST_NONEFOUND "No reachable locations were found."
461 IDS_ABEST_TITLE " Dipstick - report" 461 IDS_ABEST_TITLE " Dipstick - report"
462 IDS_DRAGPAD_TITLE " Dipstick 3.1-trunk" 462 IDS_DRAGPAD_TITLE " Dipstick 3.1"
463 IDS_DRAGPAD_URLS " %d/%d URL(s)" 463 IDS_DRAGPAD_URLS " %d/%d URL(s)"
464 IDS_REGEX_HTMLURL "<A[^[:alpha:]][^>]*href[[:space:]]*=[[:space:]]*""?([^[:space:]>""]+)""?[^>]*>" 464 IDS_REGEX_HTMLURL "<A[^[:alpha:]][^>]*href[[:space:]]*=[[:space:]]*""?([^[:space:]>""]+)""?[^>]*>"
465END 465END
@@ -479,7 +479,7 @@ END
479 479
480STRINGTABLE DISCARDABLE 480STRINGTABLE DISCARDABLE
481BEGIN 481BEGIN
482 IDC_DNDTARGET "Dipstick 3.1-trunk, click the right mouse button to display main window, left mouse button for menu" 482 IDC_DNDTARGET "Dipstick 3.1, click the right mouse button to display main window, left mouse button for menu"
483 IDC_HOST "Host name as specified or resolved by Dipstick" 483 IDC_HOST "Host name as specified or resolved by Dipstick"
484END 484END
485 485