~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/ui/ui_fs_menus/fullscreen_menu_inet_lobby.h

  • Committer: sigra
  • Date: 2006-12-23 18:46:49 UTC
  • Revision ID: git-v1:67bf0bc43dc815643daab9030aaf865d012e9cba
Add a script that detects misuse of tabs in sourcecode. Fix the misuses that it found and do a few more cleanups on those lines.

git-svn-id: https://widelands.svn.sourceforge.net/svnroot/widelands/trunk@1884 37b2a8de-5219-0410-9f54-a31bc463ab9c

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
        private:
54
54
      Game_Server_Connection* m_gsc;
55
 
                UI::Edit_Box*   m_chatbox;
 
55
        UI::Edit_Box           * m_chatbox;
56
56
      UI::Multiline_Textarea* m_chatarea;
57
57
      UI::Listselect<void *> * m_userlist;
58
58
      bool  m_disconnect_expected;