設定名にスラッシュ入れ忘れorz。
1 parent 79b3506 commit ff737600c1bd2fb9be89c878186f5c628482454a
@tamra tamra authored on 17 May 2006
Showing 1 changed file
View
2
■■■
honoka/src/honoka_imengine_setup.cpp
// "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 ++) {