From a3615254ed17f0fed6dadc5f426a2e7cb151e8ad Mon Sep 17 00:00:00 2001 From: Gregor Schneider Date: Mon, 12 Oct 2009 17:37:42 +0000 Subject: [PATCH] [spider] - 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 | 2 +- reactos/base/applications/games/spider/lang/es-ES.rc | 2 +- reactos/base/applications/games/spider/spider.rbuild | 2 +- reactos/base/applications/games/spider/spigame.cpp | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reactos/base/applications/games/spider/lang/de-DE.rc b/reactos/base/applications/games/spider/lang/de-DE.rc index bc0c32c3d05..8494f43ebad 100644 --- a/reactos/base/applications/games/spider/lang/de-DE.rc +++ b/reactos/base/applications/games/spider/lang/de-DE.rc @@ -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" diff --git a/reactos/base/applications/games/spider/lang/es-ES.rc b/reactos/base/applications/games/spider/lang/es-ES.rc index 637e51e9cc4..5914433fada 100644 --- a/reactos/base/applications/games/spider/lang/es-ES.rc +++ b/reactos/base/applications/games/spider/lang/es-ES.rc @@ -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 diff --git a/reactos/base/applications/games/spider/spider.rbuild b/reactos/base/applications/games/spider/spider.rbuild index 91961e83dc9..f675836fc37 100644 --- a/reactos/base/applications/games/spider/spider.rbuild +++ b/reactos/base/applications/games/spider/spider.rbuild @@ -1,6 +1,6 @@ - + . . cardlib diff --git a/reactos/base/applications/games/spider/spigame.cpp b/reactos/base/applications/games/spider/spigame.cpp index a27628f17ed..116698ab68e 100644 --- a/reactos/base/applications/games/spider/spigame.cpp +++ b/reactos/base/applications/games/spider/spigame.cpp @@ -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;