From 09ebcebf32be3842d6158c3145492fbf2959440e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Jun 2011 03:03:12 +0300 Subject: Add setup option for finding bad chars in nicks. Highlight bad nicks on map with secure font. --- src/gui/setup_players.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/gui/setup_players.h') diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h index 64561ed91..afc902f1b 100644 --- a/src/gui/setup_players.h +++ b/src/gui/setup_players.h @@ -36,6 +36,7 @@ #define _UNUSED_ #endif +class EditDialog; class GuiTable; class PlayerTableModel; class StaticTableModel; @@ -94,6 +95,13 @@ private: bool mSecureTrades; gcn::CheckBox *mSecureTradesCheckBox; + + gcn::Label *mUnsecureCharsLabel; + gcn::TextField *mUnsecureCharsField; + gcn::Button *mUnsecureCharsButton; + std::string mUnsecureChars; + + EditDialog *mEditDialog; }; #endif -- cgit v1.2.3-60-g2f50