mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
tweak about dialog for first sourceforge release
This commit is contained in:
parent
12fa808170
commit
75bcbb92bd
1 changed files with 4 additions and 4 deletions
|
@ -114,15 +114,15 @@ END
|
||||||
// Dialog
|
// Dialog
|
||||||
//
|
//
|
||||||
|
|
||||||
IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 125, 76
|
IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 129, 106
|
||||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
|
||||||
EXSTYLE 0x80000000L
|
EXSTYLE 0x80000000L
|
||||||
CAPTION "About Crosswords"
|
CAPTION "About Crosswords"
|
||||||
FONT 8, "System"
|
FONT 8, "System"
|
||||||
BEGIN
|
BEGIN
|
||||||
ICON IDI_XWORDS4,IDC_STATIC,11,17,20,20
|
ICON IDI_XWORDS4,IDC_STATIC,8,17,20,20
|
||||||
LTEXT "Crosswords 4 for PocketPC. Copyright 1998-2004 by Eric House. All rights reserved.",
|
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,42,10,66,59,SS_NOPREFIX
|
IDC_STATIC,32,10,86,89,SS_NOPREFIX
|
||||||
END
|
END
|
||||||
|
|
||||||
#define ROW_SPACE 15
|
#define ROW_SPACE 15
|
||||||
|
|
Loading…
Add table
Reference in a new issue