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