mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-28 18:32:50 +00:00
Modified marquee tooltip. Fixed bug #2874453 (thanks to Philippe Michael Groarke).
This commit is contained in:
parent
115af153cc
commit
eaf777e093
@ -1,5 +1,8 @@
|
|||||||
2009-10-08 David Capello <davidcapello@gmail.com>
|
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
|
* src/core/dirs.cpp (filename_in_datadir): Modified folders to
|
||||||
load data on Mac OS X platform (thanks to Trent Gamblin).
|
load data on Mac OS X platform (thanks to Trent Gamblin).
|
||||||
|
|
||||||
|
@ -439,7 +439,12 @@ static Tool tool_marker =
|
|||||||
{
|
{
|
||||||
"rectangular_marquee",
|
"rectangular_marquee",
|
||||||
"Rectangular Marquee Tool",
|
"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,
|
TOOL_FIRST2LAST | TOOL_UPDATE_BOX,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user