Skip to content

Commit f0f093b

Browse files
volayaalexbruy
authored andcommittedOct 20, 2016
[processing] fixed dialog for selecting scripts
(cherry picked from commit 7884e50)
1 parent 7cfe041 commit f0f093b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/script/ScriptSelector.py

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.