We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280203e commit 7884e50Copy full SHA for 7884e50
python/plugins/processing/script/ScriptSelector.py
@@ -34,7 +34,7 @@
34
35
pluginPath = os.path.split(os.path.dirname(__file__))[0]
36
WIDGET, BASE = uic.loadUiType(
37
- os.path.join(pluginPath, 'ui', 'DlgConfig.ui'))
+ os.path.join(pluginPath, 'ui', 'scriptselector.ui'))
38
39
40
class ScriptSelector(BASE, WIDGET):
0 commit comments