Skip to content

Commit

Permalink
Merge pull request #2 from kragniz/master
Browse files Browse the repository at this point in the history
Fixed tiny spelling mistake
  • Loading branch information
Nano77 committed Sep 21, 2011
2 parents 059d5a1 + 4e393b0 commit b684d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdm3setup.py
Expand Up @@ -20,7 +20,7 @@
USER_LIST = False
MENU_BTN = False
BANNER = False
BANNER_TEXT = "Wellcome"
BANNER_TEXT = "Welcome"

#-----------------------------------------------
def mainwin_close(event):
Expand Down Expand Up @@ -295,7 +295,7 @@ def AutoLogin_Apply_clicked(e):

Entry_banner_text = Gtk.Entry()
Entry_banner_text.set_sensitive(False)
Entry_banner_text.set_text("Wellcome")
Entry_banner_text.set_text(BANNER_TEXT)
Entry_banner_text.connect("changed",banner_text_changed)
VBox_Right.pack_start(Entry_banner_text, False, True, 0)

Expand Down

0 comments on commit b684d2d

Please sign in to comment.