[Scummvm-cvs-logs] CVS: scummex wxwindows.cpp,1.17,1.18
Adrien Mercier
yoshizf at users.sourceforge.net
Tue Sep 23 04:36:03 CEST 2003
Update of /cvsroot/scummvm/scummex
In directory sc8-pr-cvs1:/tmp/cvs-serv23654
Modified Files:
wxwindows.cpp
Log Message:
Reactivate the buttons if they have been grayed out
Index: wxwindows.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/wxwindows.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- wxwindows.cpp 23 Sep 2003 09:05:47 -0000 1.17
+++ wxwindows.cpp 23 Sep 2003 11:35:19 -0000 1.18
@@ -341,6 +341,8 @@
}
void GUI_wxWindows::SetButton(int blocktype) {
+ SpecButton1->Enable(TRUE);
+ SpecButton2->Enable(TRUE);
switch(blocktype) {
case cus2: // iMUSE
SpecButton1->SetLabel("Play");
More information about the Scummvm-git-logs
mailing list