diff data/L10n/VideoOptions.mtt @ 95:2a364c7d82c9

Boolean options can be adjusted from the gui now (using a very basic widget). Also some bug-fixes. Fixed a minor bug where layouts with the same id but without shared alignments would be messed up. Tracked down the "nothing trawn until a resize" bug (see jobs.txt). If widgets throw during creation they're now replaced by debug widgets. Function pointers are converted to delegates using a safer method.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 06 Nov 2008 11:07:18 +0000
parents data/L10n/OptionsVideo.mtt@249eb6620685
children ee209602770d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/L10n/VideoOptions.mtt	Thu Nov 06 11:07:18 2008 +0000
@@ -0,0 +1,10 @@
+{MT01}
+{en-GB}
+<entry|fullscreen={0:"Fullscreen",1:"If true use the whole screen, if false use a window."}>
+<entry|hardware={0:"Hardware",1:"Create the video surface in hardware or software memory."}>
+<entry|resizable={0:"Resizable",1:"In windowed mode, allow the window to be resized by the window manager."}>
+<entry|noFrame={0:"No frame",1:"In windowed mode, don't draw a window border."}>
+<entry|screenW={0:"Screen width",1:"Horizontal resolution (fullscreen mode)."}>
+<entry|screenH={0:"Screen height",1:"Vertical resolution (fullscreen mode)."}>
+<entry|windowW={0:"Window width",1:"Horizontal size (windowed mode)."}>
+<entry|windowH={0:"Window height",1:"Vertical size (windowed mode)."}>