mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[spider]
- Increase dialog width for German, increase "four card difficulty" label width for Spanish - Compile as Unicode, misc typos svn path=/trunk/; revision=43408
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user