[BACK]Return to IntroductionPage.cpp CVS log [TXT][DIR] Up to [pgFoundry] / stackbuilder / wizard

Diff for /stackbuilder/wizard/IntroductionPage.cpp between version 1.18 and 1.19

version 1.18, 2008/08/26 09:42:37 version 1.19, 2008/09/11 15:54:19
Line 46  IntroductionPage::IntroductionPage(wxWiz
Line 46  IntroductionPage::IntroductionPage(wxWiz
   
     mainSizer->Add(0, 10);      mainSizer->Add(0, 10);
   
     wxStaticText *st = new wxStaticText(this, wxID_ANY, _("Welcome to the PostgreSQL && EnterpriseDB Stack Builder!"));      wxStaticText *st = new wxStaticText(this, wxID_ANY, _("Welcome to Stack Builder!"));
     st->Wrap(400);      st->Wrap(400);
     mainSizer->Add(st, 0, wxALL | wxALIGN_CENTER | wxFIXED_MINSIZE, 5);      mainSizer->Add(st, 0, wxALL | wxALIGN_CENTER | wxFIXED_MINSIZE, 5);
   
     st = new wxStaticText(this, wxID_ANY, _("This wizard will help you install additional software to complement your PostgreSQL or EnterpriseDB installation."));      st = new wxStaticText(this, wxID_ANY, _("This wizard will help you install additional software to complement your PostgreSQL or EnterpriseDB Postgres Plus installation."));
     st->Wrap(400);      st->Wrap(400);
     mainSizer->Add(st, 0, wxALL | wxFIXED_MINSIZE, 5);      mainSizer->Add(st, 0, wxALL | wxFIXED_MINSIZE, 5);
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

PgFoundry-cvsweb <pgfoundry-cvsweb@pgFoundry.org>