typo
This commit is contained in:
		| @@ -74,7 +74,7 @@ class CertMan: public QMainWindow, protected Ui::CertMan { | ||||
|                        (this, | ||||
|                         win->windowTitle(), | ||||
|                         win->windowTitle() | ||||
|                         .replace(" ", "_").replace(QRegExp("\.(pem|der)$"), "") | ||||
|                         .replace(" ", "_").replace(QRegExp("\\.(pem|der)$"), "") | ||||
|                         +".pem", | ||||
|                         tr("Certificates (*.der *.pem *.txt)"))); | ||||
|       if (fileName.isEmpty()) return; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user