summaryrefslogtreecommitdiff
path: root/plugins/WebView/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WebView/src/main.cpp')
-rw-r--r--plugins/WebView/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WebView/src/main.cpp b/plugins/WebView/src/main.cpp
index 91b00dba30..5b5a847fbc 100644
--- a/plugins/WebView/src/main.cpp
+++ b/plugins/WebView/src/main.cpp
@@ -193,7 +193,7 @@ extern "C" int __declspec(dllexport) Load()
SkinAddNewSoundEx("webviewalert", optionsname, Translate("Alert Event"));
//add module to known list
- db_set_s(NULL, "KnownModules", "Webview Protocol", MODULENAME);
+ db_set_s(NULL, "KnownModules", "Webview", MODULENAME);
//value is 1 if menu is disabled
db_set_b(NULL, MODULENAME, MENU_IS_DISABLED_KEY, 1);