From 085210630b32bdb859466719964f022e11608e31 Mon Sep 17 00:00:00 2001 From: shun-iwasawa Date: Jan 27 2020 03:09:44 +0000 Subject: fix toonz vector brush translation --- 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);