[spider]
authorGregor Schneider <grschneider@gmail.com>
Mon, 12 Oct 2009 17:37:42 +0000 (17:37 +0000)
committerGregor Schneider <grschneider@gmail.com>
Mon, 12 Oct 2009 17:37:42 +0000 (17:37 +0000)
- Increase dialog width for German, increase "four card difficulty" label width for Spanish
- Compile as Unicode, misc typos

svn path=/trunk/; revision=43408

reactos/base/applications/games/spider/lang/de-DE.rc
reactos/base/applications/games/spider/lang/es-ES.rc
reactos/base/applications/games/spider/spider.rbuild
reactos/base/applications/games/spider/spigame.cpp

index bc0c32c..8494f43 100644 (file)
@@ -26,7 +26,7 @@ BEGIN
     PUSHBUTTON    "Abbrechen", IDCANCEL, 162, 77, 54, 13
 END
 
-IDD_DIFFICULTY DIALOGEX DISCARDABLE 100, 100, 106, 80
+IDD_DIFFICULTY DIALOGEX DISCARDABLE 100, 100, 120, 80
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_SHELLFONT
 CAPTION "Schwierigkeitsgrad wählen"
 FONT 8, "MS Shell Dlg"
index 637e51e..5914433 100644 (file)
@@ -33,7 +33,7 @@ FONT 8, "MS Shell Dlg"
 BEGIN
     AUTORADIOBUTTON "Fácil: &Un Color", IDC_DIF_ONECOLOR, 8, 10, 80, 10, WS_GROUP | WS_TABSTOP
     AUTORADIOBUTTON "Medio: &Dos Colores", IDC_DIF_TWOCOLORS, 8, 23, 80, 10
-    AUTORADIOBUTTON "Difícil: &Cuatro Colores", IDC_DIF_FOURCOLORS, 8, 36, 80, 10
+    AUTORADIOBUTTON "Difícil: &Cuatro Colores", IDC_DIF_FOURCOLORS, 8, 36, 90, 10
 
     DEFPUSHBUTTON   "OK", IDOK, 8, 58, 40, 14
     PUSHBUTTON      "Cancelar", IDCANCEL, 58, 58, 40, 14
index 91961e8..f675836 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
-<module name="spider" type="win32gui" installbase="system32" installname="spider.exe" unicode="no">
+<module name="spider" type="win32gui" installbase="system32" installname="spider.exe" unicode="yes">
        <include base="spider">.</include>
     <include base="cardlib">.</include>
        <library>cardlib</library>
index a27628f..116698a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:      Spider Solitaire
  * LICENSE:      See COPYING in top level directory
- * FILE:         base/applications/games/spider/lang/spigame.cpp
+ * FILE:         base/applications/games/spider/spigame.cpp
  * PURPOSE:      Spider Solitaire game functions
  * PROGRAMMER:   Gregor Schneider
  */
@@ -121,7 +121,7 @@ void CARDLIBPROC DeckClickProc(CardRegion &stackobj, int NumDragCards)
     SpiderWnd.Redraw();
 }
 
-/* Cards dragged friom a stack */
+/* Cards dragged from a stack */
 bool CARDLIBPROC StackDragProc(CardRegion &stackobj, int numDragCards)
 {
     int numfacedown, numcards, i;