mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
More refactoring (#5965)
This commit is contained in:
parent
894bed9031
commit
70c3c12a03
5 changed files with 13 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue