tuxtype/tuxtype2-1.5.3-settings.patch

13 lines
455 B
Diff

diff -purN tuxtype2-1.5.3-orig/tuxtype/main.c tuxtype2-1.5.3/tuxtype/main.c
--- tuxtype2-1.5.3-orig/tuxtype/main.c 2004-06-01 04:37:21.000000000 +0200
+++ tuxtype2-1.5.3/tuxtype/main.c 2005-08-30 11:14:25.000000000 +0200
@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
debugOn = 0; //default to not in debug mode
hidden = 0; //default to no "hidden" background
- setupTheme(NULL);
+ setupTheme("italian");
srand(time(NULL));