summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2004-07-11 04:21:31 (UTC)
committer Michael Krelin <hacker@klever.net>2004-07-11 04:21:31 (UTC)
commit511a00c606959e61950a87ce3675745cdcf6e757 (patch) (side-by-side diff)
tree6b36f3527f4b9791dd0bbc1b7d1bfceb5838c224
parent5305ddd8332ebd905ebef3b8365fc0d736858a7a (diff)
downloaddipstick-511a00c606959e61950a87ce3675745cdcf6e757.zip
dipstick-511a00c606959e61950a87ce3675745cdcf6e757.tar.gz
dipstick-511a00c606959e61950a87ce3675745cdcf6e757.tar.bz2
prepared for dipstick 3.0 release3.0
git-svn-id: http://svn.klever.net/kin/dipstick/trunk@4 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--AUTHORS3
-rw-r--r--COPYING2
-rw-r--r--README.RELEASE (renamed from README)0
-rw-r--r--dipstick.rc14
-rw-r--r--help/dipstick.rtf4
-rw-r--r--help/dipstick.xml4
-rw-r--r--install/install.cpp16
-rw-r--r--install/install.rc2
8 files changed, 24 insertions, 21 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..a9fb0c7
--- a/dev/null
+++ b/AUTHORS
@@ -0,0 +1,3 @@
+Klever dissected:
+ Michael 'hacker' Krelin <hacker@klever.net>
+ Leonid Ivanov <kamel@klever.net>
diff --git a/COPYING b/COPYING
index ad23259..427b0ba 100644
--- a/COPYING
+++ b/COPYING
@@ -1,2 +1,2 @@
-Copyright (c) 1996, 1997, 1998, 2002 Klever Group (http://www.klever.net/)
+Copyright (c) 1996-2004 Klever Group (http://www.klever.net/)
diff --git a/README b/README.RELEASE
index 7dab6ae..7dab6ae 100644
--- a/README
+++ b/README.RELEASE
diff --git a/dipstick.rc b/dipstick.rc
index 55b8d98..55f9fde 100644
--- a/dipstick.rc
+++ b/dipstick.rc
@@ -84,5 +84,5 @@ BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,11,17,21,20
- LTEXT "Dipstick, Version 3.00",IDC_STATIC,40,7,89,8,
+ LTEXT "Dipstick, Version 3.0",IDC_STATIC,40,7,89,8,
SS_NOPREFIX
- LTEXT "Copyright © 1996,1997,1998,2002 Klever Group",
+ LTEXT "Copyright © 1996-2004 Klever Group",
IDC_STATIC,40,25,166,8
@@ -96,3 +96,3 @@ EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE | WS_EX_CONTEXTHELP |
WS_EX_APPWINDOW
-CAPTION " Dipstick 3.00"
+CAPTION " Dipstick 3.0"
FONT 8, "MS Sans Serif", 0, 0, 0x1
@@ -285,3 +285,3 @@ BEGIN
VALUE "InternalName", "DIPSTICK\0"
- VALUE "LegalCopyright", "Copyright © 1996, 1997, 1998, 2002 Klever Group (http://www.klever.net/)\0"
+ VALUE "LegalCopyright", "Copyright © 1996-2004 Klever Group (http://www.klever.net/)\0"
VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0"
@@ -462,3 +462,3 @@ BEGIN
IDS_ABEST_TITLE " Dipstick - report"
- IDS_DRAGPAD_TITLE " Dipstick 3.00"
+ IDS_DRAGPAD_TITLE " Dipstick 3.0"
IDS_DRAGPAD_URLS " %d/%d URL(s)"
@@ -482,3 +482,3 @@ STRINGTABLE DISCARDABLE
BEGIN
- IDC_DNDTARGET "Dipstick 3.00, click the right mouse button to display main window, left mouse button for menu"
+ IDC_DNDTARGET "Dipstick 3.0, click the right mouse button to display main window, left mouse button for menu"
IDC_HOST "Host name as specified or resolved by Dipstick"
@@ -512,3 +512,3 @@ BEGIN
IDS_PS_UNKNOWNERROR "Unknown error"
- IDS_REGISTRYKEY "Klever Group, Inc."
+ IDS_REGISTRYKEY "Klever Group"
IDS_FMT_TIMES "%lu/%lu/%lu"
diff --git a/help/dipstick.rtf b/help/dipstick.rtf
index a37a39f..c91b3f4 100644
--- a/help/dipstick.rtf
+++ b/help/dipstick.rtf
@@ -20,3 +20,3 @@ K{\footnote about}
{
-\par\pard\plain\sb360\sa120 \f1\fs16 Copyright (c) 1996, 1997, 1998, 2002 {\uldb\cf0 Klever Group (http://www.klever.net/)}{\v %!ExecFile("http://www.klever.net/")}
+\par\pard\plain\sb360\sa120 \f1\fs16 Copyright (c) 1996-2004 {\uldb\cf0 Klever Group (http://www.klever.net/)}{\v %!ExecFile("http://www.klever.net/")}
\par\qj\sb120\sa120Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@@ -33,3 +33,3 @@ ${\footnote What's new}
{ \f1\fs18\b\sb120 What's New}
-\par\pard\plain\f1\fs24\qc\cf2\b 3.00 - August 19st, 2002
+\par\pard\plain\f1\fs24\qc\cf2\b 3.0 - July 11th, 2004
\par\pard\plain\fi0\li0\f1\fs18 \bullet Change of {\uldb license}{\v About} and opening the source.
diff --git a/help/dipstick.xml b/help/dipstick.xml
index b6e0748..4754e47 100644
--- a/help/dipstick.xml
+++ b/help/dipstick.xml
@@ -7,3 +7,3 @@
<p><b><i>Enjoy!</i></b></p>
- <license years="1996, 1997, 1998, 2002"/>
+ <license years="1996-2004"/>
<credits/>
@@ -12,3 +12,3 @@
<heading scroll="no">What's New</heading>
- <newsfor version="3.00" date="August 19st, 2002">
+ <newsfor version="3.0" date="July 11th, 2004">
<ni>Change of <a href="#About">license</a> and opening the source.</ni>
diff --git a/install/install.cpp b/install/install.cpp
index 995b78f..296f3a3 100644
--- a/install/install.cpp
+++ b/install/install.cpp
@@ -5,3 +5,3 @@
#define KINSHORT KINNAME
-#define VERSION "3.00"
+#define VERSION "3.0"
@@ -9,4 +9,4 @@ BOOL Install(void)
{
-STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.",KINSHORT "Path");
-STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.","KINPath");
+STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path");
+STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath");
LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings");
@@ -37,6 +37,6 @@ STRING shortPath = GET_SHORT_PATH(path);
}
- ADDMENU("Accessories\\Klever Co.",KINNAME,path,"dipstick.exe");
+ ADDMENU("Klever Group",KINNAME,path,"dipstick.exe");
- strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.",KINSHORT "Path",path);
- strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.","KINPath",path);
+ strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path",path);
+ strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath",path);
@@ -58,3 +58,3 @@ FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF");
INF_FILE_SECTION(inf,"kMenu");
- INF_MENU_GROUP(inf,1,"Accessories\\Klever Co.");
+ INF_MENU_GROUP(inf,1,"Klever Group");
INF_MENU_ITEM(inf,1,KINNAME);
@@ -64,3 +64,3 @@ FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF");
- MessageBox(NULL,KINNAME " " VERSION " installed successfully, you may now run it from Programs/Accessories/Klever Co. menu or remove it using Control Panel Add/Remove Programs applet."," Rejoice!",MB_ICONINFORMATION|MB_OK);
+ MessageBox(NULL,KINNAME " " VERSION " installed successfully, you may now run it from 'Programs/Klever Group' menu or remove it using Control Panel Add/Remove Programs applet."," Rejoice!",MB_ICONINFORMATION|MB_OK);
diff --git a/install/install.rc b/install/install.rc
index 8c86414..016c554 100644
--- a/install/install.rc
+++ b/install/install.rc
@@ -153,3 +153,3 @@ BEGIN
VALUE "InternalName", "INSTALL\0"
- VALUE "LegalCopyright", "Copyright © 1996, 1997, 1998, 2002 Klever Group (http://www.klever.net/)\0"
+ VALUE "LegalCopyright", "Copyright © 1996-2004 Klever Group (http://www.klever.net/)\0"
VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0"