From 696211d6123ef64d72617d3656e51aa8ec976bff Mon Sep 17 00:00:00 2001 From: Rodney Date: Jan 27 2020 06:02:49 +0000 Subject: Merge pull request #3063 from shun-iwasawa/fix_toonz_vector_brush_translation Fix Translation for Toonz Vector Brush Tool --- diff --git a/toonz/sources/tnztools/toonzvectorbrushtool.h b/toonz/sources/tnztools/toonzvectorbrushtool.h index 9b36af7..5ded2d6 100644 --- a/toonz/sources/tnztools/toonzvectorbrushtool.h +++ b/toonz/sources/tnztools/toonzvectorbrushtool.h @@ -81,7 +81,7 @@ public: //************************************************************************ class ToonzVectorBrushTool final : public TTool { - Q_DECLARE_TR_FUNCTIONS(BrushTool) + Q_DECLARE_TR_FUNCTIONS(ToonzVectorBrushTool) public: ToonzVectorBrushTool(std::string name, int targetType);