mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
parent
b4381be0ba
commit
f347dd5c5e
10 changed files with 10 additions and 10 deletions
|
@ -72,7 +72,7 @@ IRCAppWindow::~IRCAppWindow()
|
|||
|
||||
void IRCAppWindow::update_title()
|
||||
{
|
||||
set_title(String::format("IRC Client: %s@%s:%d", m_client->nickname().characters(), m_client->hostname().characters(), m_client->port()));
|
||||
set_title(String::format("%s@%s:%d - IRC Client", m_client->nickname().characters(), m_client->hostname().characters(), m_client->port()));
|
||||
}
|
||||
|
||||
void IRCAppWindow::setup_client()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue