mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
pretty up About text.
This commit is contained in:
parent
f700c88bca
commit
3d5345f53b
1 changed files with 7 additions and 3 deletions
|
@ -140,15 +140,19 @@ END
|
|||
// Dialog
|
||||
//
|
||||
|
||||
IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 129, 83
|
||||
IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 129, 95
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | DS_CENTER
|
||||
EXSTYLE 0x80000000L
|
||||
CAPTION "About Crosswords"
|
||||
FONT 8, "System"
|
||||
BEGIN
|
||||
ICON IDI_XWORDS4,IDC_STATIC,8,17,20,20
|
||||
LTEXT "Crosswords 4.1b7 for PocketPC. Copyright 1998-2006 by Eric House. This software is released under the GNU Public License. For a manual and source code see xwords.sourceforge.net.",
|
||||
IDC_STATIC,32,10,86,89,SS_NOPREFIX
|
||||
LTEXT "Crosswords 4.1b7 for PocketPC. Copyright 1998-2006 by "\
|
||||
"Eric House. This software is released under the GNU "\
|
||||
"Public License.\r\r"\
|
||||
"For dictionaries, a manual, or source code go to "\
|
||||
"http://xwords.sf.net.",
|
||||
IDC_STATIC,32,10,86,101,SS_NOPREFIX
|
||||
END
|
||||
|
||||
#ifdef CEFEATURE_CANSCROLL
|
||||
|
|
Loading…
Add table
Reference in a new issue