View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/src/DQSDSearchWiz
In directory usw-pr-cvs1:/tmp/cvs-serv12050/src/DQSDSearchWiz
Modified Files:
AboutDlg.h ChangeLog.txt DQSDSearchWiz.rc StdAfx.h resource.h
Log Message:
Added URL to about box; update resources for next version
Index: AboutDlg.h
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDSearchWiz/AboutDlg.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** AboutDlg.h 30 Aug 2002 23:20:28 -0000 1.6
--- AboutDlg.h 19 Sep 2002 21:57:10 -0000 1.7
***************
*** 69,72 ****
--- 69,76 ----
}
+ CString csURL;
+ csURL.LoadString( IDS_AboutURL );
+ m_hlAboutURL.SetHyperLink( csURL );
+ m_hlAboutURL.SubclassWindow( GetDlgItem( IDC_Caption ) );
return 1; // Let the system set the focus
***************
*** 84,87 ****
--- 88,95 ----
return 0;
}
+
+ private:
+ CHyperLink m_hlAboutURL;
+
};
Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDSearchWiz/ChangeLog.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** ChangeLog.txt 16 Sep 2002 12:50:30 -0000 1.19
--- ChangeLog.txt 19 Sep 2002 21:57:10 -0000 1.20
***************
*** 1,2 ****
--- 1,6 ----
+ Version 0.9 (beta) ???
+
+ * Added link to DQSD search wizard page on About dialog
+
Version 0.8 (beta) 16-Sep-2002
Index: DQSDSearchWiz.rc
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDSearchWiz/DQSDSearchWiz.rc,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** DQSDSearchWiz.rc 16 Sep 2002 12:50:30 -0000 1.20
--- DQSDSearchWiz.rc 19 Sep 2002 21:57:10 -0000 1.21
***************
*** 55,60 ****
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 0,0,8,0
! PRODUCTVERSION 0,0,8,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
--- 55,60 ----
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 0,0,9,0
! PRODUCTVERSION 0,0,9,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
***************
*** 74,78 ****
VALUE "CompanyName", "http://www.glenncarr.com/\0"
VALUE "FileDescription", "Dave's Quick Search Deskbar Search Wizard\0"
! VALUE "FileVersion", "0.8\0"
VALUE "InternalName", "DQSDSearchWiz\0"
VALUE "LegalCopyright", "Copyright (c) 2002 Glenn Carr; Distributed
under the terms of the GNU General Public License, Version 2\0"
--- 74,78 ----
VALUE "CompanyName", "http://www.glenncarr.com/\0"
VALUE "FileDescription", "Dave's Quick Search Deskbar Search Wizard\0"
! VALUE "FileVersion", "0.9\0"
VALUE "InternalName", "DQSDSearchWiz\0"
VALUE "LegalCopyright", "Copyright (c) 2002 Glenn Carr; Distributed
under the terms of the GNU General Public License, Version 2\0"
***************
*** 81,85 ****
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Dave's Quick Search Deskbar Search Wizard\0"
! VALUE "ProductVersion", "0.8\0"
VALUE "SpecialBuild", "(beta)\0"
END
--- 81,85 ----
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Dave's Quick Search Deskbar Search Wizard\0"
! VALUE "ProductVersion", "0.9\0"
VALUE "SpecialBuild", "(beta)\0"
END
***************
*** 120,124 ****
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
! FONT 8, "MS Sans Serif"
BEGIN
RTEXT "* &Name:",IDC_STATIC,32,9,33,8
--- 120,124 ----
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
! FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
RTEXT "* &Name:",IDC_STATIC,32,9,33,8
***************
*** 192,200 ****
PUSHBUTTON "Cancel",2,218,22,50,14
ICON IDI_WIZARD,IDC_STATIC,6,5,20,20
! LTEXT "Dave's Quick Search Deskbar Search Wizard",IDC_STATIC,
! 38,11,174,8
LTEXT "Copyright (c) 2002 Glenn Carr\nDistributed under the terms of
the\nGNU General Public License, Version 2",
IDC_STATIC,38,42,171,25
! LTEXT "<version>",IDC_Version,38,21,145,15
LTEXT "",IDC_STATIC,91,78,176,1,SS_SUNKEN | NOT WS_GROUP
LTEXT "Version History",IDC_STATIC,38,74,48,8
--- 192,200 ----
PUSHBUTTON "Cancel",2,218,22,50,14
ICON IDI_WIZARD,IDC_STATIC,6,5,20,20
! LTEXT "Dave's Quick Search Deskbar Search Wizard",IDC_Caption,
! 38,8,174,8,WS_TABSTOP
LTEXT "Copyright (c) 2002 Glenn Carr\nDistributed under the terms of
the\nGNU General Public License, Version 2",
IDC_STATIC,38,42,171,25
! LTEXT "<version>",IDC_Version,38,18,175,15
LTEXT "",IDC_STATIC,91,78,176,1,SS_SUNKEN | NOT WS_GROUP
LTEXT "Version History",IDC_STATIC,38,74,48,8
***************
*** 257,260 ****
--- 257,265 ----
BEGIN
IDS_PROJNAME "DQSDSearchWiz"
+ END
+
+ STRINGTABLE DISCARDABLE
+ BEGIN
+ IDS_AboutURL "http://www.dqsd.net/searchwizard.htm"
END
Index: StdAfx.h
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDSearchWiz/StdAfx.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** StdAfx.h 12 Aug 2002 13:25:01 -0000 1.9
--- StdAfx.h 19 Sep 2002 21:57:10 -0000 1.10
***************
*** 33,36 ****
--- 33,38 ----
#include <atlapp.h>
#include <atlctrls.h>
+ #include <atlctrlx.h>
+ #include <atlmisc.h>
#include <string>
Index: resource.h
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDSearchWiz/resource.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** resource.h 16 Sep 2002 11:31:27 -0000 1.9
--- resource.h 19 Sep 2002 21:57:10 -0000 1.10
***************
*** 9,14 ****
--- 9,16 ----
#define IDD_ABOUTDLG 104
#define IDD_DWMESSAGEBOX 105
+ #define IDS_AboutURL 200
#define IDI_NORMAL 201
#define IDC_FormList 201
+ #define IDS_AboutURLText 201
#define IDI_HOT 202
#define IDC_FormList2 202
***************
*** 41,44 ****
--- 43,47 ----
#define IDC_DescSwitches 238
#define IDC_DescExamples 239
+ #define IDC_Caption 240
// Next default values for new objects
***************
*** 48,52 ****
#define _APS_NEXT_RESOURCE_VALUE 206
#define _APS_NEXT_COMMAND_VALUE 32768
! #define _APS_NEXT_CONTROL_VALUE 240
#define _APS_NEXT_SYMED_VALUE 106
#endif
--- 51,55 ----
#define _APS_NEXT_RESOURCE_VALUE 206
#define _APS_NEXT_COMMAND_VALUE 32768
! #define _APS_NEXT_CONTROL_VALUE 241
#define _APS_NEXT_SYMED_VALUE 106
#endif
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/