diff --git a/xwords4/wince/xwords4.rc b/xwords4/wince/xwords4.rc index 31ef655f1..febeb6397 100755 --- a/xwords4/wince/xwords4.rc +++ b/xwords4/wince/xwords4.rc @@ -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