pretty up About text.

This commit is contained in:
ehouse 2006-04-30 21:51:19 +00:00
parent f700c88bca
commit 3d5345f53b

View file

@ -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