[Scummvm-cvs-logs] SF.net SVN: scummvm:[48504] tools/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Apr 4 12:00:48 CEST 2010


Revision: 48504
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48504&view=rev
Author:   fingolfin
Date:     2010-04-04 10:00:48 +0000 (Sun, 04 Apr 2010)

Log Message:
-----------
Update copryight and Info.plist for tools trunk, too

Modified Paths:
--------------
    tools/trunk/dist/macosx/Info.plist
    tools/trunk/gui/main.cpp

Modified: tools/trunk/dist/macosx/Info.plist
===================================================================
--- tools/trunk/dist/macosx/Info.plist	2010-04-04 09:58:19 UTC (rev 48503)
+++ tools/trunk/dist/macosx/Info.plist	2010-04-04 10:00:48 UTC (rev 48504)
@@ -15,9 +15,9 @@
 	<key>CFBundleIdentifier</key>
 	<string>org.scummvm.toolsgui</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.1.0</string>
+	<string>1.2.0svn</string>
 	<key>CFBundleVersion</key>
-	<string>0.1.0</string>
+	<string>1.2.0svn</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleSignature</key>
@@ -25,6 +25,6 @@
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2001-2009 The ScummVM team</string>
+	<string>Copyright 2001-2010 The ScummVM team</string>
 </dict>
 </plist>

Modified: tools/trunk/gui/main.cpp
===================================================================
--- tools/trunk/gui/main.cpp	2010-04-04 09:58:19 UTC (rev 48503)
+++ tools/trunk/gui/main.cpp	2010-04-04 10:00:48 UTC (rev 48504)
@@ -117,7 +117,7 @@
 	wxHyperlinkCtrl *websitetext = new wxHyperlinkCtrl(dialog, wxID_ANY, wxT("http://www.scummvm.org"), wxT("http://www.scummvm.org"));
 	sizer->Add(websitetext, wxSizerFlags().Border(wxTOP, 5));
 
-	wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("Copyright ScummVM Team 2009"));
+	wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("Copyright ScummVM Team 2009-2010"));
 	copyrighttext->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")));
 	sizer->Add(copyrighttext, wxSizerFlags());
 


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