Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / module.h
index 7c8cf72..26638cd 100644 (file)
@@ -96,7 +96,7 @@
                synfig::Layer::BookEntry(class::create,                                                                                                 \
                                                                 class::name__,                                                                                                 \
                                                                 dgettext("synfig", class::local_name__),                                               \
-                                                                dgettext("synfig", class::category__),                                                 \
+                                                                class::category__,                                                                                             \
                                                                 class::cvs_id__,                                                                                               \
                                                                 class::version__));
 
@@ -182,7 +182,7 @@ public:
 
        static bool subsys_init(const String &prefix);
        static bool subsys_stop();
-       static bool register_default_modules();
+       static void register_default_modules(ProgressCallback *cb=NULL);
 
        static void Register(Handle mod);
        static bool Register(const String &module_name, ProgressCallback *cb=NULL);