improve handling statusbar messages (+ some minor various fixes)

This commit is contained in:
Andrzej Rybczak
2008-12-11 14:04:14 +01:00
parent 284dd6a5be
commit c61ddd3383
11 changed files with 210 additions and 139 deletions

View File

@@ -28,14 +28,14 @@
using std::string;
int Abs(int);
//int Abs(int);
void ToLower(string &);
int StrToInt(string);
string IntoStr(int);
string IntoStr(double, int);
//string IntoStr(double, int);
#endif