(svn r14940) -Fix: let the statusbar know the current news are invalid or bad things will happen

This commit is contained in:
smatz
2009-01-09 20:42:17 +00:00
parent 5c666fac14
commit 5fc7fe9648
3 changed files with 10 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ enum StatusBarInvalidate
SBI_SAVELOAD_FINISH,
SBI_SHOW_TICKER,
SBI_SHOW_REMINDER,
SBI_NEWS_DELETED,
SBI_END
};