[Scummvm-cvs-logs] SF.net SVN: scummvm:[46433] tools/branches/gsoc2009-gui
sev at users.sourceforge.net
sev at users.sourceforge.net
Sun Dec 20 15:52:30 CET 2009
Revision: 46433
http://scummvm.svn.sourceforge.net/scummvm/?rev=46433&view=rev
Author: sev
Date: 2009-12-20 14:52:29 +0000 (Sun, 20 Dec 2009)
Log Message:
-----------
Fix svn keywords
Modified Paths:
--------------
tools/branches/gsoc2009-gui/compress_agos.h
tools/branches/gsoc2009-gui/compress_saga.cpp
tools/branches/gsoc2009-gui/extract_agos.h
tools/branches/gsoc2009-gui/extract_gob_stk.h
tools/branches/gsoc2009-gui/extract_mm_apple.h
tools/branches/gsoc2009-gui/extract_mm_c64.h
tools/branches/gsoc2009-gui/gui/gui_tools.h
tools/branches/gsoc2009-gui/gui/pages.cpp
tools/branches/gsoc2009-gui/gui/pages.h
tools/branches/gsoc2009-gui/main_cli.cpp
tools/branches/gsoc2009-gui/tool.cpp
tools/branches/gsoc2009-gui/tool.h
tools/branches/gsoc2009-gui/tools.cpp
tools/branches/gsoc2009-gui/tools.h
tools/branches/gsoc2009-gui/tools_cli.cpp
tools/branches/gsoc2009-gui/tools_cli.h
Modified: tools/branches/gsoc2009-gui/compress_agos.h
===================================================================
--- tools/branches/gsoc2009-gui/compress_agos.h 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/compress_agos.h 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/compress_saga.cpp
===================================================================
--- tools/branches/gsoc2009-gui/compress_saga.cpp 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/compress_saga.cpp 2009-12-20 14:52:29 UTC (rev 46433)
@@ -170,7 +170,7 @@
_currentGameDescription = &gameDescriptions[i];
_currentFileDescription = &_currentGameDescription->filesDescriptions[j];
- print("Matched game: I have no mouth, and I must scream\n");
+ print("Matched game: I Have No Mouth, and I Must Scream\n");
return true;
}
}
Modified: tools/branches/gsoc2009-gui/extract_agos.h
===================================================================
--- tools/branches/gsoc2009-gui/extract_agos.h 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/extract_agos.h 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/extract_gob_stk.h
===================================================================
--- tools/branches/gsoc2009-gui/extract_gob_stk.h 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/extract_gob_stk.h 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/extract_mm_apple.h
===================================================================
--- tools/branches/gsoc2009-gui/extract_mm_apple.h 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/extract_mm_apple.h 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/extract_mm_c64.h
===================================================================
--- tools/branches/gsoc2009-gui/extract_mm_c64.h 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/extract_mm_c64.h 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/gui/gui_tools.h
===================================================================
--- tools/branches/gsoc2009-gui/gui/gui_tools.h 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/gui/gui_tools.h 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/gui/pages.cpp
===================================================================
--- tools/branches/gsoc2009-gui/gui/pages.cpp 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/gui/pages.cpp 2009-12-20 14:52:29 UTC (rev 46433)
@@ -447,7 +447,7 @@
switchPage(new ChooseOutPage(_configuration));
} else {
wxArrayString ls = g_tools.getToolList(filename,
- _configuration.compressing? TOOLTYPE_COMPRESSION : TOOLTYPE_EXTRACTION);
+ _configuration.compressing ? TOOLTYPE_COMPRESSION : TOOLTYPE_EXTRACTION);
if (ls.size() == 1) {
_configuration.selectedTool = g_tools.get(ls[0]);
if (_configuration.selectedTool->getInputList().size() == 1)
Modified: tools/branches/gsoc2009-gui/gui/pages.h
===================================================================
--- tools/branches/gsoc2009-gui/gui/pages.h 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/gui/pages.h 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/main_cli.cpp
===================================================================
--- tools/branches/gsoc2009-gui/main_cli.cpp 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/main_cli.cpp 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/tool.cpp
===================================================================
--- tools/branches/gsoc2009-gui/tool.cpp 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/tool.cpp 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/tool.h
===================================================================
--- tools/branches/gsoc2009-gui/tool.h 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/tool.h 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/tools.cpp
===================================================================
--- tools/branches/gsoc2009-gui/tools.cpp 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/tools.cpp 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/tools.h
===================================================================
--- tools/branches/gsoc2009-gui/tools.h 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/tools.h 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/tools_cli.cpp
===================================================================
--- tools/branches/gsoc2009-gui/tools_cli.cpp 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/tools_cli.cpp 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
Modified: tools/branches/gsoc2009-gui/tools_cli.h
===================================================================
--- tools/branches/gsoc2009-gui/tools_cli.h 2009-12-20 14:27:43 UTC (rev 46432)
+++ tools/branches/gsoc2009-gui/tools_cli.h 2009-12-20 14:52:29 UTC (rev 46433)
@@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL
- * $Id
+ * $URL$
+ * $Id$
*
*/
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