From 8598648fd168fcceae0f44dbaaee8e7e7384db25 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Mon, 10 Jul 2000 06:08:05 +0000 Subject: [PATCH] Changed version number to 2.2 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- demos/life/dialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/life/dialogs.cpp b/demos/life/dialogs.cpp index 3eab611574..98b1cc21b6 100644 --- a/demos/life/dialogs.cpp +++ b/demos/life/dialogs.cpp @@ -181,7 +181,7 @@ LifeAboutDialog::LifeAboutDialog(wxWindow *parent) wxBoxSizer *sizer = new wxBoxSizer( wxVERTICAL ); sizer->Add( sbmp, 0, wxCENTRE | wxALL, 10 ); sizer->Add( new wxStaticLine(this, -1), 0, wxGROW | wxLEFT | wxRIGHT, 5 ); - sizer->Add( CreateTextSizer(_("Life! version 2.1 for wxWindows\n\n" + sizer->Add( CreateTextSizer(_("Life! version 2.2 for wxWindows\n\n" "(c) 2000 Guillermo Rodriguez Garcia\n\n" "\n\n" "Portions of the code are based in XLife;\n"