juangburgos / WtDesigner

GNU General Public License v3.0
67 stars 24 forks source link

Panel titles missing quotes #4

Closed pacurri closed 8 years ago

pacurri commented 8 years ago

The code for a panel's title comes out like this: myPanel->setTitle(My Title);

When it should come out like this: myPanel->setTitle("My Title");

juangburgos commented 8 years ago

Wasn't aware of it, thank you, will fix for next release