diff options
author | TingPing <tingping@tingping.se> | 2014-05-03 23:57:45 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-05-03 23:57:45 -0400 |
commit | 9599c29c465cf8b0ac64969152e645ed09fef1d0 (patch) | |
tree | 29d0f52acb17312bb64dfc3a2f75e4ef2d2ce4d6 /src/common/hexchat.h | |
parent | fe71af15a715ca914fe6cd8ea174c2c948476a68 (diff) |
Use filesize format based on OS
Adds gui_filesize_iec option on Unix Closes #966
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 5d96fd4b..1c48fe71 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -156,6 +156,7 @@ struct hexchatprefs unsigned int hex_gui_autoopen_recv; unsigned int hex_gui_autoopen_send; unsigned int hex_gui_compact; + unsigned int hex_gui_filesize_iec; unsigned int hex_gui_focus_omitalerts; unsigned int hex_gui_hide_menu; unsigned int hex_gui_input_attr; |