Change Name of Edit Tool to Animate Tool (#1351)

This commit is contained in:
Jeremy Bullock 2017-11-28 06:58:58 -06:00 committed by shun-iwasawa
parent 2e094efcbe
commit 6ae22d1fb3

View file

@ -2109,14 +2109,14 @@ void MainWindow::defineActions() {
createRightClickMenuAction(MI_DeactivateUpperColumns,
tr("Hide Upper Columns"), "");
createToolAction(T_Edit, "edit", tr("Edit Tool"), "E");
createToolAction(T_Edit, "edit", tr("Animate Tool"), "A");
createToolAction(T_Selection, "selection", tr("Selection Tool"), "S");
createToolAction(T_Brush, "brush", tr("Brush Tool"), "B");
createToolAction(T_Geometric, "geometric", tr("Geometric Tool"), "G");
createToolAction(T_Type, "type", tr("Type Tool"), "Y");
createToolAction(T_Fill, "fill", tr("Fill Tool"), "F");
createToolAction(T_PaintBrush, "paintbrush", tr("Paint Brush Tool"), "");
createToolAction(T_Eraser, "eraser", tr("Eraser Tool"), "A");
createToolAction(T_Eraser, "eraser", tr("Eraser Tool"), "E");
createToolAction(T_Tape, "tape", tr("Tape Tool"), "T");
createToolAction(T_StylePicker, "stylepicker", tr("Style Picker Tool"), "K");
createToolAction(T_RGBPicker, "RGBpicker", tr("RGB Picker Tool"), "R");