1
0
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Use string literal in titlebar

This commit is contained in:
James Booth 2012-04-20 01:06:19 +01:00
parent 92adad2100
commit 6e24995e91

View File

@ -40,8 +40,7 @@ void create_title_bar(void)
void title_bar_title(void)
{
char *title = "Profanity. Type /help for help information.";
title_bar_show(title);
title_bar_show("Profanity. Type /help for help information.");
dirty = TRUE;
}