mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
tweak about dialog for first sourceforge release
This commit is contained in:
parent
354427d33c
commit
407a1bc174
1 changed files with 4 additions and 4 deletions
|
@ -114,15 +114,15 @@ END
|
|||
// Dialog
|
||||
//
|
||||
|
||||
IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 125, 76
|
||||
IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 129, 106
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
|
||||
EXSTYLE 0x80000000L
|
||||
CAPTION "About Crosswords"
|
||||
FONT 8, "System"
|
||||
BEGIN
|
||||
ICON IDI_XWORDS4,IDC_STATIC,11,17,20,20
|
||||
LTEXT "Crosswords 4 for PocketPC. Copyright 1998-2004 by Eric House. All rights reserved.",
|
||||
IDC_STATIC,42,10,66,59,SS_NOPREFIX
|
||||
ICON IDI_XWORDS4,IDC_STATIC,8,17,20,20
|
||||
LTEXT "Crosswords 4 (beta 7) for PocketPC. Copyright 1998-2004 by Eric House. This software is released under the Gnu Public License. For details see xwords.sourceforge.net.",
|
||||
IDC_STATIC,32,10,86,89,SS_NOPREFIX
|
||||
END
|
||||
|
||||
#define ROW_SPACE 15
|
||||
|
|
Loading…
Reference in a new issue