mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 21:36:21 +00:00
Use string literal in titlebar
This commit is contained in:
@@ -40,8 +40,7 @@ void create_title_bar(void)
|
|||||||
|
|
||||||
void title_bar_title(void)
|
void title_bar_title(void)
|
||||||
{
|
{
|
||||||
char *title = "Profanity. Type /help for help information.";
|
title_bar_show("Profanity. Type /help for help information.");
|
||||||
title_bar_show(title);
|
|
||||||
dirty = TRUE;
|
dirty = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user