Version 2.2
here's a patch for the fixes.
--- grafx2-2.2.orig/src/helpfile.h
+++ grafx2-2.2/src/helpfile.h
@@ -1954,7 +1954,7 @@ static const T_Help_table helptable_reso
HELP_BOLD ("RIGHT CLICK")
HELP_LINK ("(Key:%s)",0x200+BUTTON_RESOL)
HELP_TEXT ("")
- HELP_TEXT (" Automaticaly switches to the 640x400 window")
+ HELP_TEXT (" Automatically switches to the 640x400 window")
HELP_TEXT ("mode.")
};
static const T_Help_table helptable_page[] =
@@ -2243,7 +2243,7 @@ static const T_Help_table helptable_gene
HELP_LINK ("(Key:%s)",0x200+BUTTON_HELP)
HELP_TEXT ("")
HELP_TEXT ("Displays a window where you'll find")
- HELP_TEXT ("miscellaneous informations about the system.")
+ HELP_TEXT ("miscellaneous information about the system.")
HELP_TEXT (" Note: you should take care to keep more")
HELP_TEXT ("than 128 Kb in order to let the program")
HELP_TEXT ("run in a proper way.")
--- grafx2-2.2.orig/src/hotkeys.c
+++ grafx2-2.2/src/hotkeys.c
@@ -944,7 +944,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = {
{130,
"Exclude colors menu",
"Opens a menu which allows you to",
- "define the colors you don""t want to",
+ "define the colors you don'""t want to",
"use in Smooth and Transparency",
true,
SDLK_p|MOD_CTRL, // Ctrl + P
Original issue reported on code.google.com by grkns...@gmail.com on 31 Mar 2010 at 2:37
Original issue reported on code.google.com by
grkns...@gmail.com
on 31 Mar 2010 at 2:37