Skip to content

Commit 3ef008c

Browse files
committedAug 22, 2017
[processing] only show cml file in selecting rendering styles
Fixes #16896
1 parent 667ba42 commit 3ef008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/gui/RenderingStyleFilePanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(self):
4848
def showSelectionDialog(self):
4949
filename = QFileDialog.getOpenFileName(self,
5050
self.tr('Select style file'), '',
51-
self.tr('QGIS Layer Style File (*.qml *.QML)'))
51+
self.tr('QGIS Layer Style File (*.qml *.QML);;'))
5252
if filename:
5353
self.leText.setText(filename)
5454

0 commit comments

Comments
 (0)
Please sign in to comment.