]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed source files to not include Mark's old defunct e-mail address. It now only...
authorGeorge Tasker <gtasker@allenbrook.com>
Mon, 12 Feb 2001 19:23:44 +0000 (19:23 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Mon, 12 Feb 2001 19:23:44 +0000 (19:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

13 files changed:
demos/dbbrowse/browsedb.cpp
demos/dbbrowse/browsedb.h
demos/dbbrowse/dbbrowse.cpp
demos/dbbrowse/dbbrowse.h
demos/dbbrowse/dbtree.cpp
demos/dbbrowse/dlguser.cpp
demos/dbbrowse/dlguser.h
demos/dbbrowse/doc.cpp
demos/dbbrowse/doc.h
demos/dbbrowse/pgmctrl.cpp
demos/dbbrowse/pgmctrl.h
demos/dbbrowse/tabpgwin.cpp
demos/dbbrowse/tabpgwin.h

index 2019f0927fefce1487a74d59a71df0c614f672b5..b8b20b7a7d60b1ebaceebdd86b3db8324efb7738 100644 (file)
@@ -1,7 +1,7 @@
 //----------------------------------------------------------------------------------------
 // Name:               BrowserDB.h,cpp
 // Purpose:    a wxDB class
 //----------------------------------------------------------------------------------------
 // Name:               BrowserDB.h,cpp
 // Purpose:    a wxDB class
-// Author:             Mark Johnson, mj10777@gmx.net
+// Author:             Mark Johnson
 // Modified by:
 // Created:    19991127.mj10777
 // Copyright:  (c) Mark Johnson
 // Modified by:
 // Created:    19991127.mj10777
 // Copyright:  (c) Mark Johnson
index 71d66f8f977a944ec0fe30d405b8177ef7d6fefa..52d2421d9a7496b719dffb43f11c3a493972a7fb 100644 (file)
@@ -1,7 +1,7 @@
 //----------------------------------------------------------------------------------------
 // Name:        browsedb.h
 // Purpose:     a wxDb class
 //----------------------------------------------------------------------------------------
 // Name:        browsedb.h
 // Purpose:     a wxDb class
-// Author:      Mark Johnson, mj10777@gmx.net
+// Author:      Mark Johnson
 // Modified by:
 // Created:     19991127.mj10777
 // Copyright:   (c) Mark Johnson
 // Modified by:
 // Created:     19991127.mj10777
 // Copyright:   (c) Mark Johnson
index 6a8a70df5ea4cb4edc4f01cca0bbbcd2e6864fae..af47b3d47899e43b371198dca084bd7c9d53309b 100644 (file)
@@ -1,7 +1,7 @@
 //----------------------------------------------------------------------------------------
 // Name:        dbbrowse.cpp
 // Purpose:     Through ODBC - Databases Browsen
 //----------------------------------------------------------------------------------------
 // Name:        dbbrowse.cpp
 // Purpose:     Through ODBC - Databases Browsen
-// Author:      Mark Johnson, mj10777@gmx.net
+// Author:      Mark Johnson
 // Modified by:
 // BJO        : Bart A.M. JOURQUIN
 // Created:     19991127
 // Modified by:
 // BJO        : Bart A.M. JOURQUIN
 // Created:     19991127
@@ -309,7 +309,7 @@ void MainFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
 void MainFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxString Temp0, Temp1;
 void MainFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxString Temp0, Temp1;
-    Temp0.Printf(_("%s\nMark Johnson\nBerlin, Germany\nmj10777@gmx.net\n (c) 2000"),p_ProgramCfg->GetAppName().c_str());
+    Temp0.Printf(_("%s\nMark Johnson\nBerlin, Germany\nwxWindows@mj10777.de\n (c) 2000"),p_ProgramCfg->GetAppName().c_str());
     Temp1.Printf(_("About %s"),p_ProgramCfg->GetAppName().c_str());
     wxMessageDialog dialog(this, Temp0,Temp1,wxOK|wxCANCEL);
     dialog.ShowModal();
     Temp1.Printf(_("About %s"),p_ProgramCfg->GetAppName().c_str());
     wxMessageDialog dialog(this, Temp0,Temp1,wxOK|wxCANCEL);
     dialog.ShowModal();
index 43a4ff4fd6365c0233be2d498ec11003f4ed2893..ab8c2b98a839907441aba0ef80ba51fada7743c1 100644 (file)
@@ -1,7 +1,7 @@
 //----------------------------------------------------------------------------------------
 // Name:        dbbrowse.h
 // Purpose:     Through ODBC - Databases Browsen
 //----------------------------------------------------------------------------------------
 // Name:        dbbrowse.h
 // Purpose:     Through ODBC - Databases Browsen
-// Author:      Mark Johnson, mj10777@gmx.net
+// Author:      Mark Johnson
 // Modified by:
 // Created:     19991127
 // Copyright:   (c) Mark Johnson
 // Modified by:
 // Created:     19991127
 // Copyright:   (c) Mark Johnson
index d61d11185093f374e29e065df289918c22c4e77a..f269b33815e3899381992c1677e088631b180524 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     19991129
 // RCS-ID:      $Id$
 // Modified by:
 // Created:     19991129
 // RCS-ID:      $Id$
-// Copyright:   (c) Mark Johnson, Berlin Germany, mj10777@gmx.net
+// Copyright:   (c) Mark Johnson, Berlin Germany
 // Licence:     wxWindows license
 //----------------------------------------------------------------------------------------
 //-- all #ifdefs that the whole Project needs. -------------------------------------------
 // Licence:     wxWindows license
 //----------------------------------------------------------------------------------------
 //-- all #ifdefs that the whole Project needs. -------------------------------------------
index 59c43632d784235325f28fc0865c5ecdfea336f1..8332341f0628c11aa17a4c647bcaef977ebf8f02 100644 (file)
@@ -1,7 +1,7 @@
 //----------------------------------------------------------------------------------------
 // Name:        DlgUser.h,cpp
 // Purpose:     Dialog mit Variable Gestaltung durch DlgUser.wxr
 //----------------------------------------------------------------------------------------
 // Name:        DlgUser.h,cpp
 // Purpose:     Dialog mit Variable Gestaltung durch DlgUser.wxr
-// Author:      Mark Johnson, mj10777@gmx.net
+// Author:      Mark Johnson
 // Modified by: 19991105.mj10777
 // Created:     19991105
 // Copyright:   (c) Mark Johnson
 // Modified by: 19991105.mj10777
 // Created:     19991105
 // Copyright:   (c) Mark Johnson
index b6280b66ef57d36b9dccc7adc41265a87c459f40..35d774b9d3b0bb5bf78401c55ad12f66a7c97f6a 100644 (file)
@@ -1,7 +1,7 @@
 //----------------------------------------------------------------------------------------
 // Name:        DlgUser.h,cpp
 // Purpose:     Dialog mit Variable Gestaltung durch DlgUser.wxr
 //----------------------------------------------------------------------------------------
 // Name:        DlgUser.h,cpp
 // Purpose:     Dialog mit Variable Gestaltung durch DlgUser.wxr
-// Author:      Mark Johnson, mj10777@gmx.net
+// Author:      Mark Johnson
 // Modified by: 19991105.mj10777
 // Created:     19991105
 // Copyright:   (c) Mark Johnson
 // Modified by: 19991105.mj10777
 // Created:     19991105
 // Copyright:   (c) Mark Johnson
index 6dab74dc1df6c083907ce4e7dbaed7bbb11361ac..295391285535283362304758837e61e55b83717d 100644 (file)
@@ -1,7 +1,7 @@
 //----------------------------------------------------------------------------------------
 // Name:        doc.cpp
 // Purpose:     Holds information for DBBrowser - (a do-it-yourself document)
 //----------------------------------------------------------------------------------------
 // Name:        doc.cpp
 // Purpose:     Holds information for DBBrowser - (a do-it-yourself document)
-// Author:      Mark Johnson, mj10777@gmx.net
+// Author:      Mark Johnson
 // Modified by: 19990808.mj10777
 // BJO        : Bart A.M. JOURQUIN
 // Created:     19990808
 // Modified by: 19990808.mj10777
 // BJO        : Bart A.M. JOURQUIN
 // Created:     19990808
index c3dd92d1d26990184304271aa4f5db4497cc064a..ce3141d677fec75da05faf099c6e87a65a47e202 100644 (file)
@@ -1,7 +1,7 @@
 //--------------------------------------------------------------------------------------------------
 // Name:        doc.h
 // Purpose:     a non-MFC Document (a do-it-yourself document)
 //--------------------------------------------------------------------------------------------------
 // Name:        doc.h
 // Purpose:     a non-MFC Document (a do-it-yourself document)
-// Author:      Mark Johnson, mj10777@gmx.net
+// Author:      Mark Johnson
 // Modified by: 19990808.mj10777
 // Created:     19990808
 // Copyright:   (c) Mark Johnson
 // Modified by: 19990808.mj10777
 // Created:     19990808
 // Copyright:   (c) Mark Johnson
index ea40bcc8ba1e887c161c5cb4bfbc2bbcfd92dc33..1d43e67cd800a6ac8ceb6d169aad17127287b45a 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by: 19990806.mj10777
 // Created:     19991010
 // RCS-ID:      $Id$
 // Modified by: 19990806.mj10777
 // Created:     19991010
 // RCS-ID:      $Id$
-// Copyright:   (c) Mark Johnson, Berlin Germany, mj10777@gmx.net
+// Copyright:   (c) Mark Johnson, Berlin Germany
 // Licence:     wxWindows license
 //----------------------------------------------------------------------------------------
 //-- all #ifdefs that the whole Project needs. -------------------------------------------
 // Licence:     wxWindows license
 //----------------------------------------------------------------------------------------
 //-- all #ifdefs that the whole Project needs. -------------------------------------------
index 80f7e26a7fe57f383d6a219f18a07b989709ecc1..29037010e5d17f7b7539570556a5b693d213467e 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by: 19990806.mj10777
 // Created:     19991010
 // RCS-ID:      $Id$
 // Modified by: 19990806.mj10777
 // Created:     19991010
 // RCS-ID:      $Id$
-// Copyright:   (c) Mark Johnson, Berlin Germany, mj10777@gmx.net
+// Copyright:   (c) Mark Johnson, Berlin Germany
 // Licence:     wxWindows license
 
 //----------------------------------------------------------------------------------------
 // Licence:     wxWindows license
 
 //----------------------------------------------------------------------------------------
index 46b40bac50e3d6849ecb60dc32755901bda4e56b..f0c4ac9970e2fbef74fc4354dc33240e26c897d4 100644 (file)
@@ -2,11 +2,11 @@
 // Name:        No names yet.
 // Purpose:     Contrib. demo
 // Author:      Aleksandras Gluchovas
 // Name:        No names yet.
 // Purpose:     Contrib. demo
 // Author:      Aleksandras Gluchovas
-// Modified by: 19990908 : mj10777@gmx.net
+// Modified by: 19990908 : mj
 //              - rename to tabpgwin
 //              - restruction of Variable declaration
 //              - to prevent Warnings under MingW32
 //              - rename to tabpgwin
 //              - restruction of Variable declaration
 //              - to prevent Warnings under MingW32
-// Modified by: 19990909 : mj10777@gmx.net
+// Modified by: 19990909 : mj
 //              - mNoVertScroll TRUE = no / FALSE = Original Code
 //                the Original Code Paints a Vertical Scroll in wxPagedWindow
 //                which is not needed in this Version. Use TRUE for this.
 //              - mNoVertScroll TRUE = no / FALSE = Original Code
 //                the Original Code Paints a Vertical Scroll in wxPagedWindow
 //                which is not needed in this Version. Use TRUE for this.
index 4c0724cfc486bf07f1dcfd02e4aee6d8e9d38b76..622fbfa19434e855645c378a2c2359f94cf2846f 100644 (file)
@@ -2,12 +2,12 @@
 // Name:        No names yet.
 // Purpose:     Contrib. demo
 // Author:      Aleksandras Gluchovas
 // Name:        No names yet.
 // Purpose:     Contrib. demo
 // Author:      Aleksandras Gluchovas
-// Modified by: 19990908 : mj10777@gmx.net
+// Modified by: 19990908 : mj
 //              19990909 :
 //              - rename to tabpgwin
 //              - restruction of Variable declaration
 //              - to prevent Warnings under MingGW32
 //              19990909 :
 //              - rename to tabpgwin
 //              - restruction of Variable declaration
 //              - to prevent Warnings under MingGW32
-// Modified by: 19990909 : mj10777@gmx.net
+// Modified by: 19990909 : mj
 //              - mNoVertScroll TRUE = no / FALSE = Original Code
 //                the Original Code Paints a Vertical Scroll in wxPagedWindow
 //                which is not needed in this Version. Use TRUE for this.
 //              - mNoVertScroll TRUE = no / FALSE = Original Code
 //                the Original Code Paints a Vertical Scroll in wxPagedWindow
 //                which is not needed in this Version. Use TRUE for this.