| |
---|
| | // "if you use this plugin, check this." ---- |
---|
| | HonokaSetupGtkPage *page = new HonokaSetupGtkPage(p->getLabel(),p->getName(),p->getTip()); |
---|
| | page->append(new HonokaSetupBoolItem( |
---|
| | _("_Use this plugin: "), |
---|
| | String(HONOKA_CONFIG_PLUGINLOADER_PREFIX) + pluginName, |
---|
| | String(HONOKA_CONFIG_PLUGINLOADER_PREFIX) + "/" + pluginName, |
---|
| | _("if you use this plugin, check this."), |
---|
| | true |
---|
| | )); |
---|
| | for(unsigned int i = 0;i < p->getChildren().size();i ++) { |
---|
| |
---|
| | |
|