diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-11-11 19:23:00 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-11-11 19:23:00 +0000 |
commit | b412f0eb2dbdee4343ee131b7c8495906b432a37 (patch) | |
tree | e92b236b863aed530673682138a3b8dfceb3aeb2 /plugins/CrashDumper/res/crshdmp.rc | |
parent | 53b7ac936946b665d627b46df67d2c86441105e1 (diff) |
CrashDumper: Miranda-VI is dead, lets use our own implementation... Version dump.
(It's a bit messy, should be improved later)
git-svn-id: http://svn.miranda-ng.org/main/trunk@10955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/res/crshdmp.rc')
-rw-r--r-- | plugins/CrashDumper/res/crshdmp.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CrashDumper/res/crshdmp.rc b/plugins/CrashDumper/res/crshdmp.rc index bf93f82d0f..011317aa7a 100644 --- a/plugins/CrashDumper/res/crshdmp.rc +++ b/plugins/CrashDumper/res/crshdmp.rc @@ -67,7 +67,7 @@ STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- GROUPBOX "Support for miranda-vi.org",IDC_STATIC,7,7,195,94
+ GROUPBOX "Support for miranda-ng.org/versioninfo",IDC_STATIC,7,7,195,94
LTEXT "Username",IDC_STATIC,14,20,107,8
EDITTEXT IDC_USERNAME,14,33,108,14,ES_AUTOHSCROLL
LTEXT "Password",IDC_STATIC,14,52,107,8
|