Merge pull request #3063 from shun-iwasawa/fix_toonz_vector_brush_translation

Fix Translation for Toonz Vector Brush Tool
This commit is contained in:
Rodney 2020-01-27 00:02:49 -06:00 committed by GitHub
commit 696211d612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);