Skip to content

Commit

Permalink
""
Browse files Browse the repository at this point in the history
  • Loading branch information
strubium authored May 15, 2024
1 parent b24b45c commit 9594025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QtPyHammer/ui/popup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from PyQt5 import QtCore, QtGui, QtWidgets

class browser(QtWidgets.QDialog):
def __init__(self, parent, popuptext='Error', msgtext='Something's wrong, but we don't know what'):
def __init__(self, parent, popuptext="Error", msgtext="Something's wrong, but we don't know what"):
super(browser, self).__init__(parent, QtCore.Qt.Tool)
self.setWindowTitle(popuptext)

Expand Down

0 comments on commit 9594025

Please sign in to comment.