+ fix typo

This commit is contained in:
wmayer
2016-01-20 11:22:27 +01:00
parent 90e46f7192
commit d2f40c0251

View File

@@ -60,7 +60,7 @@ public:
);
add_varargs_method("openBrowserHTML",&Module::openBrowserHTML
);
initialize("This module is the Web module."); // register with Python
initialize("This module is the WebGui module."); // register with Python
}
virtual ~Module() {}