logging missing network actions in sqlite; run astyle.

This commit is contained in:
floty
2012-01-05 20:54:27 +00:00
parent a327ac02e5
commit 3a659dd5d5
16 changed files with 263 additions and 193 deletions
+5 -5
View File
@@ -172,11 +172,11 @@ void MyAvatarLabel::refreshStars()
#ifdef _WIN32
fontSize = "10";
#else
#ifdef __APPLE__
fontSize = "7";
#else
fontSize = "12";
#endif
#ifdef __APPLE__
fontSize = "7";
#else
fontSize = "12";
#endif
#endif
boost::shared_ptr<Game> curGame = myW->myStartWindow->getSession()->getCurrentGame();