From cbe9c39a96e03bb23909e78a400968783045a3e0 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 20 Jan 2016 11:22:27 +0100 Subject: [PATCH] + fix typo --- src/Mod/Web/Gui/AppWebGui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Web/Gui/AppWebGui.cpp b/src/Mod/Web/Gui/AppWebGui.cpp index e70ae84d9..df8c9420c 100644 --- a/src/Mod/Web/Gui/AppWebGui.cpp +++ b/src/Mod/Web/Gui/AppWebGui.cpp @@ -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() {}