new icons for alien, rain, snowflake, snowball and edges magic tools + typo
This commit is contained in:
parent
8b4dd1c19d
commit
9c859fd13e
5 changed files with 6 additions and 6 deletions
|
|
@ -295,7 +295,7 @@ Interfaces
|
||||||
switchout() is called for the old mode, then switchin() is
|
switchout() is called for the old mode, then switchin() is
|
||||||
called for the new mode.
|
called for the new mode.
|
||||||
|
|
||||||
These functions allow users to interact in complicated was with
|
These functions allow users to interact in complicated ways with
|
||||||
Magic tools (for example, a tool that lets the user draw
|
Magic tools (for example, a tool that lets the user draw
|
||||||
multiple freehand strokes, and then uses that as input such as
|
multiple freehand strokes, and then uses that as input such as
|
||||||
handwriting - normally, the user could click somewhere in the
|
handwriting - normally, the user could click somewhere in the
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ const char * alien_snd_filenames[alien_NUM_TOOLS] = {
|
||||||
"flip.wav",
|
"flip.wav",
|
||||||
};
|
};
|
||||||
const char * alien_icon_filenames[alien_NUM_TOOLS] = {
|
const char * alien_icon_filenames[alien_NUM_TOOLS] = {
|
||||||
"flip.png",
|
"alien.png",
|
||||||
};
|
};
|
||||||
const char * alien_names[alien_NUM_TOOLS] = {
|
const char * alien_names[alien_NUM_TOOLS] = {
|
||||||
gettext_noop("Alien"),
|
gettext_noop("Alien"),
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ const char * rain_snd_filenames[rain_NUM_TOOLS] = {
|
||||||
"flip.wav",
|
"flip.wav",
|
||||||
};
|
};
|
||||||
const char * rain_icon_filenames[rain_NUM_TOOLS] = {
|
const char * rain_icon_filenames[rain_NUM_TOOLS] = {
|
||||||
"flip.png",
|
"rain.png",
|
||||||
};
|
};
|
||||||
const char * rain_names[rain_NUM_TOOLS] = {
|
const char * rain_names[rain_NUM_TOOLS] = {
|
||||||
gettext_noop("Rain"),
|
gettext_noop("Rain"),
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ const char * sharpen_snd_filenames[sharpen_NUM_TOOLS] = {
|
||||||
"flip.wav"
|
"flip.wav"
|
||||||
};
|
};
|
||||||
const char * sharpen_icon_filenames[sharpen_NUM_TOOLS] = {
|
const char * sharpen_icon_filenames[sharpen_NUM_TOOLS] = {
|
||||||
"flip.png",
|
"edges.png",
|
||||||
"flip.png",
|
"flip.png",
|
||||||
"flip.png"
|
"flip.png"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -61,8 +61,8 @@ const char * snow_snd_filenames[snow_NUM_TOOLS] = {
|
||||||
"flip.wav",
|
"flip.wav",
|
||||||
};
|
};
|
||||||
const char * snow_icon_filenames[snow_NUM_TOOLS] = {
|
const char * snow_icon_filenames[snow_NUM_TOOLS] = {
|
||||||
"flip.png",
|
"snowball.png",
|
||||||
"flip.png",
|
"snowflake.png",
|
||||||
};
|
};
|
||||||
const char * snow_names[snow_NUM_TOOLS] = {
|
const char * snow_names[snow_NUM_TOOLS] = {
|
||||||
gettext_noop("Snow Ball"),
|
gettext_noop("Snow Ball"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue