Skip to content

Commit

Permalink
fix processing startup error, followup 25e9f86
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 27, 2015
1 parent e2319fd commit 343d3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/ProcessingToolbox.py
Expand Up @@ -59,7 +59,7 @@ def __init__(self):

self.modeComboBox.clear()
self.modeComboBox.addItems([self.tr('Simplified interface'),
self.tr('Advanced interface']))
self.tr('Advanced interface')])
settings = QSettings()
if not settings.contains(self.USE_CATEGORIES):
settings.setValue(self.USE_CATEGORIES, True)
Expand Down

0 comments on commit 343d3a6

Please sign in to comment.