diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 10:42:37 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 10:42:37 +0100 |
commit | 82936df2af3993c2e234042c450e0e9630b045d4 (patch) | |
tree | 415376331719c2502016c1db33b0f8bdf0363866 /plugins/tcl/tclplugin.c | |
parent | 012d78b2f642b91099b581937a15b6afab0049d0 (diff) |
Some final rebranding
Diffstat (limited to 'plugins/tcl/tclplugin.c')
-rw-r--r-- | plugins/tcl/tclplugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tcl/tclplugin.c b/plugins/tcl/tclplugin.c index 2ef88132..86e4fc8e 100644 --- a/plugins/tcl/tclplugin.c +++ b/plugins/tcl/tclplugin.c @@ -988,7 +988,7 @@ static int tcl_complete(ClientData cd, Tcl_Interp * irp, int argc, const char *a if (strcasecmp("EAT_NONE", argv[1]) == 0) complete[complete_level].result = HEXCHAT_EAT_NONE; else if (strcasecmp("EAT_XCHAT", argv[1]) == 0) - complete[complete_level].result = HEXCHAT_EAT_XCHAT; + complete[complete_level].result = HEXCHAT_EAT_HEXCHAT; else if (strcasecmp("EAT_PLUGIN", argv[1]) == 0) complete[complete_level].result = HEXCHAT_EAT_PLUGIN; else if (strcasecmp("EAT_ALL", argv[1]) == 0) @@ -2054,7 +2054,7 @@ static int Command_Source(char *word[], char *word_eol[], void *userdata) complete_level--; - return HEXCHAT_EAT_XCHAT; + return HEXCHAT_EAT_HEXCHAT; } else { complete_level--; |