[Scummvm-cvs-logs] SF.net SVN: scummvm:[43708] tools/branches/gsoc2009-gui/gui/pages.cpp

remere at users.sourceforge.net remere at users.sourceforge.net
Mon Aug 24 23:34:42 CEST 2009


Revision: 43708
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43708&view=rev
Author:   remere
Date:     2009-08-24 21:34:42 +0000 (Mon, 24 Aug 2009)

Log Message:
-----------
*UI tweaks for Linux (Ubuntu).

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/gui/pages.cpp

Modified: tools/branches/gsoc2009-gui/gui/pages.cpp
===================================================================
--- tools/branches/gsoc2009-gui/gui/pages.cpp	2009-08-24 21:33:35 UTC (rev 43707)
+++ tools/branches/gsoc2009-gui/gui/pages.cpp	2009-08-24 21:34:42 UTC (rev 43708)
@@ -143,8 +143,8 @@
 	buttonsizer = new wxBoxSizer(wxVERTICAL);
 	buttonsizer->Add(new wxButton(buttonpanel, ID_COMPRESS, wxT("Compress")), wxSizerFlags().Expand());
 	buttonsizer->Add(new wxStaticText(buttonpanel, wxID_ANY, 
-		wxT("Compress game audio files into archive files for use with ScummVM."),
-		wxDefaultPosition, wxSize(100, 60), wxALIGN_CENTER));
+		wxT("Compress game audio files into archives."),
+		wxDefaultPosition, wxSize(110, 60), wxALIGN_CENTER));
 	buttonpanel->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(IntroPage::onClickCompress), NULL, this);
 	buttonpanel->SetSizer(buttonsizer);
 	sidesizer->Add(buttonpanel);
@@ -155,8 +155,8 @@
 	buttonsizer = new wxBoxSizer(wxVERTICAL);
 	buttonsizer->Add(new wxButton(buttonpanel, ID_EXTRACT, wxT("Extract")), wxSizerFlags().Expand());
 	buttonsizer->Add(new wxStaticText(buttonpanel, wxID_ANY, 
-		wxT("Extract the contents of archive files used by many games."),
-		wxDefaultPosition, wxSize(100, 60), wxALIGN_CENTER));
+		wxT("Extract the contents of archive filess."),
+		wxDefaultPosition, wxSize(110, 60), wxALIGN_CENTER));
 	buttonpanel->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(IntroPage::onClickExtract), NULL, this);
 	buttonpanel->SetSizer(buttonsizer);
 	sidesizer->Add(buttonpanel);
@@ -168,7 +168,7 @@
 	buttonsizer->Add(new wxButton(buttonpanel, ID_ADVANCED, wxT("Advanced")), wxSizerFlags().Expand());
 	buttonsizer->Add(new wxStaticText(buttonpanel, wxID_ANY, 
 		wxT("Choose the precise tool you want to use."),
-		wxDefaultPosition, wxSize(100, 60), wxALIGN_CENTER));
+		wxDefaultPosition, wxSize(110, 60), wxALIGN_CENTER));
 	buttonpanel->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(IntroPage::onClickAdvanced), NULL, this);
 	buttonpanel->SetSizer(buttonsizer);
 	sidesizer->Add(buttonpanel);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list