summaryrefslogtreecommitdiff
path: root/plugins/MyDetails/options.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-11 17:09:09 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-11 17:09:09 +0000
commitbb22e7b2a0af67cc65ce5179917b20e5977ed4ef (patch)
tree120e18f5a61144f3f632263e05cb49109f672615 /plugins/MyDetails/options.h
parent3b8d44fb4646951be55b3777cbe30d3280867067 (diff)
MyDetails reverted to older version that doesn't use Skins plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/options.h')
-rw-r--r--plugins/MyDetails/options.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/MyDetails/options.h b/plugins/MyDetails/options.h
index 71d5f474c1..a17ad13ed5 100644
--- a/plugins/MyDetails/options.h
+++ b/plugins/MyDetails/options.h
@@ -36,19 +36,19 @@ struct Options
bool use_contact_list_smileys;
bool draw_text_rtl;
-// bool draw_text_align_right;
+ bool draw_text_align_right;
-// bool draw_show_protocol_name;
-// bool show_protocol_cycle_button;
+ bool draw_show_protocol_name;
+ bool show_protocol_cycle_button;
bool global_on_avatar;
bool global_on_nickname;
bool global_on_status;
bool global_on_status_message;
-// bool draw_avatar_custom_size;
-// bool draw_avatar_allow_to_grow;
-// int draw_avatar_custom_size_pixels;
+ bool draw_avatar_custom_size;
+ bool draw_avatar_allow_to_grow;
+ int draw_avatar_custom_size_pixels;
bool draw_avatar_border;
COLORREF draw_avatar_border_color;
bool draw_avatar_round_corner;
@@ -56,9 +56,9 @@ struct Options
int draw_avatar_custom_corner_size;
COLORREF bkg_color;
-// int borders[4];
+ int borders[4];
-// bool use_avatar_space_to_draw_text;
+ bool use_avatar_space_to_draw_text;
bool resize_frame;