diff --git a/xwords4/wince/xwords4.rc b/xwords4/wince/xwords4.rc index 7511b6e45..0390bf91d 100755 --- a/xwords4/wince/xwords4.rc +++ b/xwords4/wince/xwords4.rc @@ -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