Changed source files to not include Mark's old defunct e-mail address. It now only shows in the ABOUT dialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
// Name: BrowserDB.h,cpp
|
// Name: BrowserDB.h,cpp
|
||||||
// Purpose: a wxDB class
|
// Purpose: a wxDB class
|
||||||
// Author: Mark Johnson, mj10777@gmx.net
|
// Author: Mark Johnson
|
||||||
// Modified by:
|
// Modified by:
|
||||||
// Created: 19991127.mj10777
|
// Created: 19991127.mj10777
|
||||||
// Copyright: (c) Mark Johnson
|
// Copyright: (c) Mark Johnson
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
// Name: browsedb.h
|
// Name: browsedb.h
|
||||||
// Purpose: a wxDb class
|
// Purpose: a wxDb class
|
||||||
// Author: Mark Johnson, mj10777@gmx.net
|
// Author: Mark Johnson
|
||||||
// Modified by:
|
// Modified by:
|
||||||
// Created: 19991127.mj10777
|
// Created: 19991127.mj10777
|
||||||
// Copyright: (c) Mark Johnson
|
// Copyright: (c) Mark Johnson
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
// Name: dbbrowse.cpp
|
// Name: dbbrowse.cpp
|
||||||
// Purpose: Through ODBC - Databases Browsen
|
// Purpose: Through ODBC - Databases Browsen
|
||||||
// Author: Mark Johnson, mj10777@gmx.net
|
// Author: Mark Johnson
|
||||||
// Modified by:
|
// Modified by:
|
||||||
// BJO : Bart A.M. JOURQUIN
|
// BJO : Bart A.M. JOURQUIN
|
||||||
// Created: 19991127
|
// Created: 19991127
|
||||||
@@ -309,7 +309,7 @@ void MainFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
|
|||||||
void MainFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
|
void MainFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
wxString Temp0, Temp1;
|
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());
|
Temp1.Printf(_("About %s"),p_ProgramCfg->GetAppName().c_str());
|
||||||
wxMessageDialog dialog(this, Temp0,Temp1,wxOK|wxCANCEL);
|
wxMessageDialog dialog(this, Temp0,Temp1,wxOK|wxCANCEL);
|
||||||
dialog.ShowModal();
|
dialog.ShowModal();
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
// Name: dbbrowse.h
|
// Name: dbbrowse.h
|
||||||
// Purpose: Through ODBC - Databases Browsen
|
// Purpose: Through ODBC - Databases Browsen
|
||||||
// Author: Mark Johnson, mj10777@gmx.net
|
// Author: Mark Johnson
|
||||||
// Modified by:
|
// Modified by:
|
||||||
// Created: 19991127
|
// Created: 19991127
|
||||||
// Copyright: (c) Mark Johnson
|
// Copyright: (c) Mark Johnson
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
// Modified by:
|
// Modified by:
|
||||||
// Created: 19991129
|
// Created: 19991129
|
||||||
// RCS-ID: $Id$
|
// RCS-ID: $Id$
|
||||||
// Copyright: (c) Mark Johnson, Berlin Germany, mj10777@gmx.net
|
// Copyright: (c) Mark Johnson, Berlin Germany
|
||||||
// Licence: wxWindows license
|
// Licence: wxWindows license
|
||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
//-- all #ifdefs that the whole Project needs. -------------------------------------------
|
//-- all #ifdefs that the whole Project needs. -------------------------------------------
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
// Name: DlgUser.h,cpp
|
// Name: DlgUser.h,cpp
|
||||||
// Purpose: Dialog mit Variable Gestaltung durch DlgUser.wxr
|
// Purpose: Dialog mit Variable Gestaltung durch DlgUser.wxr
|
||||||
// Author: Mark Johnson, mj10777@gmx.net
|
// Author: Mark Johnson
|
||||||
// Modified by: 19991105.mj10777
|
// Modified by: 19991105.mj10777
|
||||||
// Created: 19991105
|
// Created: 19991105
|
||||||
// Copyright: (c) Mark Johnson
|
// Copyright: (c) Mark Johnson
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
// Name: DlgUser.h,cpp
|
// Name: DlgUser.h,cpp
|
||||||
// Purpose: Dialog mit Variable Gestaltung durch DlgUser.wxr
|
// Purpose: Dialog mit Variable Gestaltung durch DlgUser.wxr
|
||||||
// Author: Mark Johnson, mj10777@gmx.net
|
// Author: Mark Johnson
|
||||||
// Modified by: 19991105.mj10777
|
// Modified by: 19991105.mj10777
|
||||||
// Created: 19991105
|
// Created: 19991105
|
||||||
// Copyright: (c) Mark Johnson
|
// Copyright: (c) Mark Johnson
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
// Name: doc.cpp
|
// Name: doc.cpp
|
||||||
// Purpose: Holds information for DBBrowser - (a do-it-yourself document)
|
// Purpose: Holds information for DBBrowser - (a do-it-yourself document)
|
||||||
// Author: Mark Johnson, mj10777@gmx.net
|
// Author: Mark Johnson
|
||||||
// Modified by: 19990808.mj10777
|
// Modified by: 19990808.mj10777
|
||||||
// BJO : Bart A.M. JOURQUIN
|
// BJO : Bart A.M. JOURQUIN
|
||||||
// Created: 19990808
|
// Created: 19990808
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
// Name: doc.h
|
// Name: doc.h
|
||||||
// Purpose: a non-MFC Document (a do-it-yourself document)
|
// Purpose: a non-MFC Document (a do-it-yourself document)
|
||||||
// Author: Mark Johnson, mj10777@gmx.net
|
// Author: Mark Johnson
|
||||||
// Modified by: 19990808.mj10777
|
// Modified by: 19990808.mj10777
|
||||||
// Created: 19990808
|
// Created: 19990808
|
||||||
// Copyright: (c) Mark Johnson
|
// Copyright: (c) Mark Johnson
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
// Modified by: 19990806.mj10777
|
// Modified by: 19990806.mj10777
|
||||||
// Created: 19991010
|
// Created: 19991010
|
||||||
// RCS-ID: $Id$
|
// RCS-ID: $Id$
|
||||||
// Copyright: (c) Mark Johnson, Berlin Germany, mj10777@gmx.net
|
// Copyright: (c) Mark Johnson, Berlin Germany
|
||||||
// Licence: wxWindows license
|
// Licence: wxWindows license
|
||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
//-- all #ifdefs that the whole Project needs. -------------------------------------------
|
//-- all #ifdefs that the whole Project needs. -------------------------------------------
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
// Modified by: 19990806.mj10777
|
// Modified by: 19990806.mj10777
|
||||||
// Created: 19991010
|
// Created: 19991010
|
||||||
// RCS-ID: $Id$
|
// RCS-ID: $Id$
|
||||||
// Copyright: (c) Mark Johnson, Berlin Germany, mj10777@gmx.net
|
// Copyright: (c) Mark Johnson, Berlin Germany
|
||||||
// Licence: wxWindows license
|
// Licence: wxWindows license
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
|
@@ -2,11 +2,11 @@
|
|||||||
// Name: No names yet.
|
// Name: No names yet.
|
||||||
// Purpose: Contrib. demo
|
// Purpose: Contrib. demo
|
||||||
// Author: Aleksandras Gluchovas
|
// Author: Aleksandras Gluchovas
|
||||||
// Modified by: 19990908 : mj10777@gmx.net
|
// Modified by: 19990908 : mj
|
||||||
// - rename to tabpgwin
|
// - rename to tabpgwin
|
||||||
// - restruction of Variable declaration
|
// - restruction of Variable declaration
|
||||||
// - to prevent Warnings under MingW32
|
// - to prevent Warnings under MingW32
|
||||||
// Modified by: 19990909 : mj10777@gmx.net
|
// Modified by: 19990909 : mj
|
||||||
// - mNoVertScroll TRUE = no / FALSE = Original Code
|
// - mNoVertScroll TRUE = no / FALSE = Original Code
|
||||||
// the Original Code Paints a Vertical Scroll in wxPagedWindow
|
// the Original Code Paints a Vertical Scroll in wxPagedWindow
|
||||||
// which is not needed in this Version. Use TRUE for this.
|
// which is not needed in this Version. Use TRUE for this.
|
||||||
|
@@ -2,12 +2,12 @@
|
|||||||
// Name: No names yet.
|
// Name: No names yet.
|
||||||
// Purpose: Contrib. demo
|
// Purpose: Contrib. demo
|
||||||
// Author: Aleksandras Gluchovas
|
// Author: Aleksandras Gluchovas
|
||||||
// Modified by: 19990908 : mj10777@gmx.net
|
// Modified by: 19990908 : mj
|
||||||
// 19990909 :
|
// 19990909 :
|
||||||
// - rename to tabpgwin
|
// - rename to tabpgwin
|
||||||
// - restruction of Variable declaration
|
// - restruction of Variable declaration
|
||||||
// - to prevent Warnings under MingGW32
|
// - to prevent Warnings under MingGW32
|
||||||
// Modified by: 19990909 : mj10777@gmx.net
|
// Modified by: 19990909 : mj
|
||||||
// - mNoVertScroll TRUE = no / FALSE = Original Code
|
// - mNoVertScroll TRUE = no / FALSE = Original Code
|
||||||
// the Original Code Paints a Vertical Scroll in wxPagedWindow
|
// the Original Code Paints a Vertical Scroll in wxPagedWindow
|
||||||
// which is not needed in this Version. Use TRUE for this.
|
// which is not needed in this Version. Use TRUE for this.
|
||||||
|
Reference in New Issue
Block a user