diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-05-04 20:24:20 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-05-04 20:24:20 +0200 |
commit | e7a16efa0cf5123f87ef6d7072fbbb9ccdd42bac (patch) | |
tree | ee16107b4a6d1dc30b3db6fcb60f2c979d77bd4b /src/gui/gui-bar.h | |
parent | ff526c31684cc825ae0542fb0d35e76720f6d6ea (diff) | |
download | weechat-e7a16efa0cf5123f87ef6d7072fbbb9ccdd42bac.zip |
Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: initial commit, not working yet)
Diffstat (limited to 'src/gui/gui-bar.h')
-rw-r--r-- | src/gui/gui-bar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/gui-bar.h b/src/gui/gui-bar.h index f0cfb6a2a..3f888dd76 100644 --- a/src/gui/gui-bar.h +++ b/src/gui/gui-bar.h @@ -96,9 +96,9 @@ struct t_gui_bar /* variables */ -extern char *gui_bar_type_str[]; -extern char *gui_bar_position_str[]; -extern char *gui_bar_filling_str[]; +extern char *gui_bar_type_string[]; +extern char *gui_bar_position_string[]; +extern char *gui_bar_filling_string[]; extern struct t_gui_bar *gui_bars; extern struct t_gui_bar *last_gui_bar; extern struct t_gui_bar *gui_temp_bars; |