Yay ! A 10 hours trip in the train is good for my opensource productivity :)
- Moved font and cursor choice to the skin window instead of settings - Changed them to use dropdown instead of buttons - Save the config includintg the chosen skin (i had to wildly hack the save routine to allow '.' as a character in a string in the inifile... check if it's ok please) - Renamed 00.rgb.studios to "the Peach", as they seem to be the same person :) in the help/bugfinders - Wrote a little help for the skins window - Some other random tweakings i already forgot. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@872 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
52
helpfile.h
52
helpfile.h
@@ -336,22 +336,22 @@ static const T_Help_table helptable_credits[] =
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT (" Luc Schrijvers (begasus\100skynet.be)")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT (" Made it work on your favourite toaster")
|
||||
HELP_TEXT (" ... made it work on your favourite toaster")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("")
|
||||
HELP_TITLE(" BUGFINDERS")
|
||||
HELP_TEXT ("")
|
||||
//HELP_TEXT ("0----5----0----5----0----5----0----5----0--X")
|
||||
HELP_TEXT (" BDCIron Ced El Topo ")
|
||||
HELP_TEXT (" fallenblood Frost Grimmy ")
|
||||
HELP_TEXT (" Gürkan Sengün HoraK-FDF iLKke ")
|
||||
HELP_TEXT (" keito kusma Lord Graga ")
|
||||
HELP_TEXT (" MagerValp mind MooZ ")
|
||||
HELP_TEXT (" richienyhus TeeEmCee tempest ")
|
||||
HELP_TEXT (" Timo Kurrpa titus^Rab Tobé ")
|
||||
HELP_TEXT (" 00ai99 00.rgb.studios")
|
||||
HELP_TEXT (" BDCIron Ced El Topo ")
|
||||
HELP_TEXT (" fallenblood Frost Grimmy ")
|
||||
HELP_TEXT (" Gürkan Sengün HoraK-FDF iLKke ")
|
||||
HELP_TEXT (" keito kusma Lord Graga ")
|
||||
HELP_TEXT (" MagerValp mind MooZ ")
|
||||
HELP_TEXT (" the Peach richienyhus TeeEmCee ")
|
||||
HELP_TEXT (" tempest Timo Kurrpa titus^Rab ")
|
||||
HELP_TEXT (" Tobé 00ai99 ")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT (" Posted the annoying bug reports.")
|
||||
HELP_TEXT (" ... posted the annoying bug reports.")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("")
|
||||
HELP_TITLE(" FILE FORMATS CREDITS")
|
||||
@@ -1959,10 +1959,6 @@ static const T_Help_table helptable_settings[] =
|
||||
HELP_TEXT ("pages. To flick through these pages, use the")
|
||||
HELP_TEXT ("\"Oops\" button (Undo/Redo).")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("- Font: determines whether you want to use")
|
||||
HELP_TEXT ("GrafX2 with a classical font, or another one")
|
||||
HELP_TEXT ("a bit funnier.")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("- Mouse sensibility: Modifies the speed of")
|
||||
HELP_TEXT ("the mouse when you're in fullscreen. With")
|
||||
HELP_TEXT ("the normal setting (slider on top), you may")
|
||||
@@ -2006,10 +2002,6 @@ static const T_Help_table helptable_settings[] =
|
||||
HELP_TEXT ("the name of the backup file, no backup file")
|
||||
HELP_TEXT ("will be created (of course!) ;).")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("- Cursor: allows you to choose whether you")
|
||||
HELP_TEXT ("prefer a solid cursor or a transparent")
|
||||
HELP_TEXT ("cursor.")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("- Safety colors: Brings back the 4 default")
|
||||
HELP_TEXT ("colors of the menus if you run an operation")
|
||||
HELP_TEXT ("that passes the image in less than four")
|
||||
@@ -2059,6 +2051,30 @@ static const T_Help_table helptable_settings[] =
|
||||
HELP_TEXT ("- Save: saves the configuration at once.")
|
||||
HELP_TEXT (" All modifications will be effective just")
|
||||
HELP_TEXT ("after closing the menu.")
|
||||
HELP_TEXT ("")
|
||||
HELP_TITLE("SKINS")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("This window allow you to change the look and")
|
||||
HELP_TEXT ("feel of the program.")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("- Font: determines whether you want to use")
|
||||
HELP_TEXT ("GrafX2 with a classical font, or another one")
|
||||
HELP_TEXT ("a bit funnier.")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("- Cursor: allows you to choose whether you")
|
||||
HELP_TEXT ("prefer a solid cursor or a transparent")
|
||||
HELP_TEXT ("cursor.")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("- Graphic file: you can change the whole")
|
||||
HELP_TEXT ("interface by selecting where the sprites for")
|
||||
HELP_TEXT ("all buttons are. Look at the files in the")
|
||||
HELP_TEXT ("\"skin\" directory if you want to create your")
|
||||
HELP_TEXT ("own. There are two skins available, the")
|
||||
HELP_TEXT ("default for 2.1 is called modern. Classic is")
|
||||
HELP_TEXT ("for nostalgics who wush to remember the old")
|
||||
HELP_TEXT ("days of Sunset Design. If you create a good")
|
||||
HELP_TEXT ("skin, feel free to share it with us! We may")
|
||||
HELP_TEXT ("include it in a future release...")
|
||||
};
|
||||
static const T_Help_table helptable_clear[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user