Use filesize format based on OS

Adds gui_filesize_iec option on Unix

Closes #966
This commit is contained in:
TingPing
2014-05-03 23:57:45 -04:00
parent fe71af15a7
commit 9599c29c46
3 changed files with 14 additions and 3 deletions

View File

@@ -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;