Modified marquee tooltip. Fixed bug #2874453 (thanks to Philippe Michael Groarke).

This commit is contained in:
David Capello 2009-10-09 02:51:24 +00:00
parent 115af153cc
commit eaf777e093
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2009-10-08 David Capello <davidcapello@gmail.com>
* src/modules/tools.cpp (tool_marker): Modified marquee tooltip.
Fixed bug #2874453 (thanks to Philippe Michael Groarke).
* src/core/dirs.cpp (filename_in_datadir): Modified folders to
load data on Mac OS X platform (thanks to Trent Gamblin).

View File

@ -439,7 +439,12 @@ static Tool tool_marker =
{
"rectangular_marquee",
"Rectangular Marquee Tool",
"Rectangular Marquee Tool",
"Rectangular Marquee Tool:\n"
"* Left-button: add to current selection.\n"
"* Right-button: remove from current selection.\n"
"\nUsing Alt key:\n"
"* Left-button: replace the selection.\n"
"* Right-button: intersect with the selection.",
TOOL_FIRST2LAST | TOOL_UPDATE_BOX,
NULL,
NULL,