Made Label tool truly disableable.

Reordered tools slightly.
This commit is contained in:
William Kendrick 2009-10-04 07:27:00 +00:00
parent dc0409900b
commit 460d691a95
2 changed files with 16 additions and 10 deletions

View file

@ -10830,6 +10830,12 @@ static void reset_avail_tools(void)
tool_avail[TOOL_QUIT] = 0;
/* Disable Label? */
if (disable_label)
tool_avail[TOOL_LABEL] = 0;
/* Disable save? */
if (disable_save)