Skip to content

Commit

Permalink
bg2::cg: fixed class selection intro text
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Apr 13, 2013
1 parent b37fa56 commit 4a79619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemrb/GUIScripts/bg2/GUICG2.py
Expand Up @@ -96,7 +96,7 @@ def OnLoad():
TextAreaControl = ClassWindow.GetControl(13)

ClassName = GUICommon.GetClassRowName (GemRB.GetVar ("Class")-1, "index")
if ClassName == "*":
if ClassName == "":
TextAreaControl.SetText(17242)
DoneButton.SetState(IE_GUI_BUTTON_DISABLED)
else:
Expand Down

0 comments on commit 4a79619

Please sign in to comment.