Skip to content

Commit 7884e50

Browse files
committed
[processing] fixed dialog for selecting scripts
1 parent 280203e commit 7884e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/script/ScriptSelector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
pluginPath = os.path.split(os.path.dirname(__file__))[0]
3636
WIDGET, BASE = uic.loadUiType(
37-
os.path.join(pluginPath, 'ui', 'DlgConfig.ui'))
37+
os.path.join(pluginPath, 'ui', 'scriptselector.ui'))
3838

3939

4040
class ScriptSelector(BASE, WIDGET):

0 commit comments

Comments
 (0)