[Scummvm-cvs-logs] scummvm master -> e9261cbdd11082dcc46cd60dc60a92c9c10e987c

lordhoto lordhoto at gmail.com
Thu Jul 5 00:48:31 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e9261cbdd1 WIN32: Also embed scummclassic.zip in the executable.


Commit: e9261cbdd11082dcc46cd60dc60a92c9c10e987c
    https://github.com/scummvm/scummvm/commit/e9261cbdd11082dcc46cd60dc60a92c9c10e987c
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2012-07-04T15:47:27-07:00

Commit Message:
WIN32: Also embed scummclassic.zip in the executable.

This is required to have proper translation support with the classic theme
without having an external scummclassic.zip.

Changed paths:
    dists/scummvm.rc
    dists/scummvm.rc.in



diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index e5d28d0..6f24b87 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -14,6 +14,7 @@ IDI_COUNT              ICON    DISCARDABLE     "icons/count.ico"
 
 ID_GDF_XML             DATA    "dists/win32/scummvm.gdf.xml"
 
+scummclassic.zip       FILE    "gui/themes/scummclassic.zip"
 scummmodern.zip        FILE    "gui/themes/scummmodern.zip"
 #ifdef USE_TRANSLATION
 translations.dat       FILE    "gui/themes/translations.dat"
diff --git a/dists/scummvm.rc.in b/dists/scummvm.rc.in
index 6969e0b..a874b98 100644
--- a/dists/scummvm.rc.in
+++ b/dists/scummvm.rc.in
@@ -14,6 +14,7 @@ IDI_COUNT              ICON    DISCARDABLE     "icons/count.ico"
 
 ID_GDF_XML             DATA    "dists/win32/scummvm.gdf.xml"
 
+scummclassic.zip       FILE    "gui/themes/scummclassic.zip"
 scummmodern.zip        FILE    "gui/themes/scummmodern.zip"
 #ifdef USE_TRANSLATION
 translations.dat       FILE    "gui/themes/translations.dat"






More information about the Scummvm-git-logs mailing list