change wCurrent and wPrev to myScreen

This commit is contained in:
Andrzej Rybczak
2009-02-15 16:09:11 +01:00
parent d762bd9b55
commit 4cdafc5639
13 changed files with 227 additions and 213 deletions

View File

@@ -49,8 +49,8 @@ void Help::SwitchTo()
# endif // HAVE_TAGLIB_H
)
{
wCurrent = w;
wCurrent->Hide();
myScreen = this;
w->Hide();
current_screen = csHelp;
redraw_header = 1;
}