Skip to content
  • Michael Natterer's avatar
    app: rename GimpTool::get_undo_desc() and ::get_redo_desc() · 54683840
    Michael Natterer authored
    to ::can_undo() and ::can_redo(). They still return description
    strings and the new naming is slightly off :) but get_undo_desc() will
    be needed for something else soon, and half of the time the functions
    are indeed used to check whether there are undo/redo staps at all.
    54683840