From c6f47c20ae71dfe9e8f292a0d50753a997ea7941 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Fri, 1 Jul 2016 11:33:58 +0200 Subject: [PATCH] "Window name" text removed from the Options menu --- SceneSwitcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SceneSwitcher.cpp b/SceneSwitcher.cpp index 6999dfbd..7e64489a 100644 --- a/SceneSwitcher.cpp +++ b/SceneSwitcher.cpp @@ -168,7 +168,7 @@ obs_properties_t *sceneSwitcherOptionsSourceGetProperties(void *data) obs_properties_t *props = obs_properties_create(); obs_properties_add_bool(props,"StartMessageDisable","Disable Start Message"); obs_properties_add_editable_list(props, - "WindowList", "Window Name", + "WindowList", "", (enum obs_editable_list_type)0, "", NULL); obs_properties_add_button(props, "LoadOldSettings", "Load settings from old version of this plugin (restart OBS after clicking this button)", &loadOldSettings);