]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed an old email address
authorJulian Smart <julian@anthemion.co.uk>
Mon, 19 Aug 2002 10:03:20 +0000 (10:03 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 19 Aug 2002 10:03:20 +0000 (10:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/zipdistinno.bat
samples/docview/docview.cpp
samples/docvwmdi/docview.cpp
samples/printing/printing.cpp
utils/dialoged/src/reseditr.cpp

index fa30e6c69710660f25730f93c1a62025adb232d8..6725204364f096f08a329a5161ce4574825777f9 100755 (executable)
@@ -247,8 +247,7 @@ rem Now invoke Inno Setup on the new wxwin2.iss
 set innocmd="C:\Program Files\Inno Setup 2\compil32.exe" /cc %WXWIN\distrib\msw\wxwin2.iss
 echo Invoking %innocmd...
 start "Inno Setup" /w %innocmd%
-pause Press any key to continue with the wxWindows distribution...
-Rem ren %WXWIN\deliver2\setup.EXE %WXWIN\deliver2\wxMSW-%version%-setup.exe
+Rem pause Press any key to continue with the wxWindows distribution...
 
 :tidyup
 cd %dest
index 4282c81e64e5bd0da87dea452516ed7e6e33d9fb..5372161600ec1d005ccad338e3ae78004570563c 100644 (file)
@@ -240,7 +240,7 @@ wxDocParentFrame(manager, frame, id, title, pos, size, type)
 
 void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event) )
 {
-    (void)wxMessageBox("DocView Demo\nAuthor: Julian Smart julian.smart@ukonline.co.uk\nUsage: docview.exe [-single]", "About DocView");
+    (void)wxMessageBox("DocView Demo\nAuthor: Julian Smart\nUsage: docview.exe [-single]", "About DocView");
 }
 
 // Creates a canvas. Called either from view.cc when a new drawing
index ab2f34640fce0a2348ded0d985981882d6693271..a0cee0503785d525cbbe9a0eb7889d14079e8936 100644 (file)
@@ -203,7 +203,7 @@ MyFrame::MyFrame(wxDocManager *manager, wxFrame *frame, const wxString& title,
 
 void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event) )
 {
-    (void)wxMessageBox("DocView Demo\nAuthor: Julian Smart julian.smart@ukonline.co.uk\nUsage: docview.exe", "About DocView");
+    (void)wxMessageBox("DocView Demo\nAuthor: Julian Smart\nUsage: docview.exe", "About DocView");
 }
 
 // Creates a canvas. Called from view.cpp when a new drawing
index 0f6b0ccf8db058757318f2fd69987247d612548b..274b222b20a3624b4aa2863b6a23d16baacc572a 100644 (file)
@@ -283,7 +283,7 @@ void MyFrame::OnPageSetupPS(wxCommandEvent& WXUNUSED(event))
 
 void MyFrame::OnPrintAbout(wxCommandEvent& WXUNUSED(event))
 {
-    (void)wxMessageBox("wxWindows printing demo\nAuthor: Julian Smart julian.smart@ukonline.co.uk",
+    (void)wxMessageBox("wxWindows printing demo\nAuthor: Julian Smart",
         "About wxWindows printing demo", wxOK|wxCENTRE);
 }
 
index d228a23834e11c01017c0833cd2c2052d036db9c..dde7f0413738a4d6ae6f35cde8af357ecd08d122 100644 (file)
@@ -2282,7 +2282,7 @@ void wxResourceEditorFrame::OnExit(wxCommandEvent& WXUNUSED(event))
 void wxResourceEditorFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     char buf[300];
-    sprintf(buf, "wxWindows Dialog Editor %.1f\nAuthor: Julian Smart <julian.smart@ukonline.co.uk>\nJulian Smart (c) 1996-1999", wxDIALOG_EDITOR_VERSION);
+    sprintf(buf, "wxWindows Dialog Editor %.1f\n(c) Julian Smart 1996-1999", wxDIALOG_EDITOR_VERSION);
     wxMessageBox(buf, "About Dialog Editor", wxOK|wxCENTRE);
 }