diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-02-19 21:15:27 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-02-19 21:15:27 +0000 |
commit | 554b2db6053b7a67947adc93c28aa41f68a393f1 (patch) | |
tree | b387e84d4a6fc10051aba7878a0cfac24ad3c890 /Game/Output | |
parent | 3126983e1e830881d7ab391cef2f7c7b48750726 (diff) | |
download | usdx-554b2db6053b7a67947adc93c28aa41f68a393f1.tar.gz usdx-554b2db6053b7a67947adc93c28aa41f68a393f1.tar.xz usdx-554b2db6053b7a67947adc93c28aa41f68a393f1.zip |
added option for showing video in preview only
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2110 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Output')
-rw-r--r-- | Game/Output/Languages/English.ini | 2 | ||||
-rw-r--r-- | Game/Output/Themes/Deluxe.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Game/Output/Languages/English.ini b/Game/Output/Languages/English.ini index de09f399..1ca7c163 100644 --- a/Game/Output/Languages/English.ini +++ b/Game/Output/Languages/English.ini @@ -292,7 +292,7 @@ ERROR_CORRUPT_SONG=Song could not be loaded. #### ScreenOptionsGraphic ####
;new:
-SING_OPTIONS_GRAPHICS_MOVIE_PREVIEW=video preview
+SING_OPTIONS_GRAPHICS_MOVIE_PREVIEW=Video Preview
#### ScreenMain ####
;new:
diff --git a/Game/Output/Themes/Deluxe.ini b/Game/Output/Themes/Deluxe.ini index 79af8fd4..579d102d 100644 --- a/Game/Output/Themes/Deluxe.ini +++ b/Game/Output/Themes/Deluxe.ini @@ -2979,7 +2979,7 @@ SBGDColor = Gray STColor = White
STDColor = GrayDark
-[OptionsGraphicsSelectMovieSize]
+[OptionsGraphicsSelectSlideMovieSize]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GRAPHICS_MOVIE_SIZE
|