Always show the appropriate tips for Fill/Shapes

Always show the appropriate instructions at the bottom when the
"Fill" (depends on which sub-tool chosen) and "Shapes" (depends
on whether "simpleshapes" option is set) tools are selected
(e.g., when returning from the "Open" dialog).

Closes https://sourceforge.net/p/tuxpaint/feature-requests/186/
This commit is contained in:
Bill Kendrick 2021-09-06 22:07:37 -07:00
parent 226958f658
commit 8a97e83a7b
135 changed files with 14632 additions and 13265 deletions

View file

@ -19,11 +19,11 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Copyright (c) 2002-2020 by Bill Kendrick
Copyright (c) 2002-2021 by Bill Kendrick
bill@newbreedsoftware.com
http://www.tuxpaint.org/
June 14, 2002 - August 15, 2020
June 14, 2002 - September 6, 2021
$Id$
*/
@ -120,9 +120,8 @@ const char *const tool_tips[NUM_TOOLS] = {
// Line tool instructions
gettext_noop("Click to start drawing a line. Let go to complete it."),
// Shape tool instructions
gettext_noop
("Pick a shape. Click to start drawing, drag, and let go when it is the size you want. Move around to rotate it, and click to draw it."),
// Shape tool instructions (defined in "shapes.h")
"",
// Text tool instructions
gettext_noop
@ -132,8 +131,8 @@ const char *const tool_tips[NUM_TOOLS] = {
gettext_noop
("Choose a style of text. Click on your drawing and you can start typing. Press [Enter] or [Tab] to complete the text. By using the selector button and clicking an existing label, you can move it, edit it and change its text style."),
// Fill tool instructions
gettext_noop("Click in the picture to fill that area with color."),
// Fill tool instructions (defined in "fill_tools.h")
"",
// Magic tool instruction
gettext_noop("Pick a magical effect to use on your drawing!"),