Skip to content

Commit

Permalink
Wordsmithing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed Feb 20, 2009
1 parent 0c37aed commit f5ea76b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IntroductionPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Purpose: Introduction page of the wizard
// Author: Dave Page
// Created: 2007-02-13
// RCS-ID: $Id: IntroductionPage.cpp,v 1.21 2008/09/12 10:19:33 dpage Exp $
// RCS-ID: $Id: IntroductionPage.cpp,v 1.22 2009/02/20 11:53:32 dpage Exp $
// Copyright: (c) EnterpriseDB
// Licence: BSD Licence
/////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -56,11 +56,11 @@ IntroductionPage::IntroductionPage(wxWizard *parent, AppList *applist)

mainSizer->SetItemMinSize(st, 400, 60);

st = new wxStaticText(this, wxID_ANY, _("To begin, please select the installation you are installing software for from the list below. If you are installing software to use with a remote server, please select the <remote server> option."));
st = new wxStaticText(this, wxID_ANY, _("To begin, please select the installation you are installing software for from the list below. Your computer must be connected to the Internet before proceeding."));
st->Wrap(400);
mainSizer->Add(st, 0, wxALL| wxFIXED_MINSIZE, 5);

mainSizer->SetItemMinSize(st, 400, 70);
mainSizer->SetItemMinSize(st, 400, 65);

m_installation = new wxComboBox(this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, NULL, wxCB_DROPDOWN | wxCB_READONLY);
unsigned int item = m_installation->Append(_("<remote server>"));
Expand Down

0 comments on commit f5ea76b

Please sign in to comment.