- Remove licence dialog boxes and implement an about box crediting authors and statin...
[reactos.git] / reactos / subsys / system / notepad / res / Gr.rc
similarity index 78%
rename from reactos/subsys/system/notepad/Gr.rc
rename to reactos/subsys/system/notepad/res/Gr.rc
index d0052f3..b037ada 100644 (file)
@@ -67,8 +67,7 @@ BEGIN
                MENUITEM "&ÁíáæÞôçóç...",        CMD_HELP_SEARCH\r
                MENUITEM "&ÂïÞèåéá óôç âïÞèåéá",     CMD_HELP_ON_HELP\r
                MENUITEM SEPARATOR\r
-               MENUITEM "¢&äåéá",         CMD_LICENSE\r
-               MENUITEM "&NO WARRANTY",     CMD_NO_WARRANTY\r
+               MENUITEM "&About"             CMD_ABOUT\r
                MENUITEM "Ðëçñï&öïñßåò",      CMD_ABOUT_WINE\r
        END\r
 END\r
@@ -125,6 +124,27 @@ DEFPUSHBUTTON   "OK", IDOK, 75, 30, 40, 15, WS_CHILD | WS_TABSTOP
 PUSHBUTTON      "Áêýñùóç", IDCANCEL, 120, 30, 40, 15, WS_CHILD | WS_TABSTOP\r
 }\r
 \r
+\r
+IDD_ABOUTBOX DIALOG DISCARDABLE  22,16,284,170\r
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU\r
+CAPTION "About ReactOS Notepad"\r
+FONT 8, "Tahoma"\r
+BEGIN\r
+    CONTROL         "ReactOS Notepad v1.0\r\nCopyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>\r\nCopyright 2000 Mike McCormack <Mike_McCormack@looksmart.com.au>\r\nCopyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>\r\nCopyright 2002 Andriy Palamarchuk\r\nIcon borrowed from Notepad2 - http://www.flos-freeware.ch/notepad2.html",\r
+                    -1,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,46,7,232,39\r
+    CONTROL         "Icon borrowed from Notepad2 - http://www.flos-freeware.ch/notepad2.html",\r
+                    -1,"Static",0x50000000,8,48,272,11\r
+    DEFPUSHBUTTON   "Close",IDOK,114,149,44,15,WS_GROUP\r
+    ICON            IDI_NPICON,-1,12,9,20,30\r
+    EDITTEXT        IDC_LICENSE,8,64,272,81,ES_MULTILINE |\r
+                    ES_READONLY | WS_VSCROLL\r
+END\r
+\r
+STRINGTABLE DISCARDABLE\r
+BEGIN\r
+  STRING_LICENSE, "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."\r
+END\r
+\r
 STRINGTABLE DISCARDABLE\r
 {\r
 STRING_PAGESETUP_HEADERVALUE,   "&n"        /* FIXME */\r