Help menu in Tux Paint for Mac OS X now links to documentation.
This commit is contained in:
parent
45c1613e07
commit
e4aac9ff0e
2 changed files with 8 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ struct WrapperDataStruct
|
|||
{
|
||||
char dataPath[2048]; // path to data folder inside application bundle
|
||||
char preferencesPath[2048]; // path to the user's preferences folder
|
||||
char fontsPath[2048]; // path to the user's fonts folder
|
||||
char fontsPath[2048]; // path to the user's fonts folder
|
||||
int foundSDL; // was SDL.framework found?
|
||||
int foundSDL_image; // was SDL_image.framework found?
|
||||
int foundSDL_mixer; // was SDL_mixer.framework found?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue