1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00

Sanity-checked places where introjucer GUI editor added TRANS macros.

This commit is contained in:
jules 2013-12-19 18:31:32 +00:00
parent d3b92ab447
commit 64a38ea6ee
13 changed files with 20 additions and 21 deletions

View file

@ -318,7 +318,7 @@ void ButtonDocument::fillInGeneratedCode (GeneratedCode& code) const
{
JucerDocument::fillInGeneratedCode (code);
code.parentClassInitialiser = "Button (" + quotedString (code.componentName, shouldUseTransMacro()) + ")";
code.parentClassInitialiser = "Button (" + quotedString (code.componentName, false) + ")";
code.removeCallback ("void", "paint (Graphics& g)");
}