Some final rebranding

This commit is contained in:
Berke Viktor
2012-10-30 10:42:37 +01:00
parent 012d78b2f6
commit 82936df2af
14 changed files with 48 additions and 48 deletions

View File

@@ -59,7 +59,7 @@ run_command (char *word[], char *word_eol[], void *userdata)
{
/*strcat (commandLine, word_eol[3]);*/
hexchat_printf (ph, "Printing Exec output to others is not supported yet.\n");
return HEXCHAT_EAT_XCHAT;
return HEXCHAT_EAT_HEXCHAT;
}
else
{
@@ -112,7 +112,7 @@ run_command (char *word[], char *word_eol[], void *userdata)
CloseHandle (pInfo.hProcess);
CloseHandle (pInfo.hThread);
return HEXCHAT_EAT_XCHAT;
return HEXCHAT_EAT_HEXCHAT;
}
int