More refactoring (#5965)

This commit is contained in:
Miroslav Stampar
2025-12-31 15:05:04 +01:00
parent 894bed9031
commit 70c3c12a03
5 changed files with 13 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ def runGui(parser):
errMsg = "unable to create GUI window ('%s')" % getSafeExString(ex)
raise SqlmapSystemException(errMsg)
window.title("sqlmap - Tk GUI")
window.title("sqlmap - Tkinter GUI")
# Set theme and colors
bg_color = "#f5f5f5"