Skip to content

Commit

Permalink
[processing] only show cml file in selecting rendering styles
Browse files Browse the repository at this point in the history
Fixes #16896
  • Loading branch information
volaya committed Aug 22, 2017
1 parent 667ba42 commit 3ef008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/RenderingStyleFilePanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self):
def showSelectionDialog(self):
filename = QFileDialog.getOpenFileName(self,
self.tr('Select style file'), '',
self.tr('QGIS Layer Style File (*.qml *.QML)'))
self.tr('QGIS Layer Style File (*.qml *.QML);;'))
if filename:
self.leText.setText(filename)

Expand Down

0 comments on commit 3ef008c

Please sign in to comment.