mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
parent
b4381be0ba
commit
f347dd5c5e
Notes:
sideshowbarker
2024-07-19 08:19:17 +09:00
Author: https://github.com/xTibor
Commit: f347dd5c5e
Pull-request: https://github.com/SerenityOS/serenity/pull/1448
Issue: https://github.com/SerenityOS/serenity/issues/1444
10 changed files with 10 additions and 10 deletions
|
@ -467,10 +467,10 @@ void TextEditorWidget::set_path(const FileSystemPath& file)
|
|||
void TextEditorWidget::update_title()
|
||||
{
|
||||
StringBuilder builder;
|
||||
builder.append("Text Editor: ");
|
||||
builder.append(m_path);
|
||||
if (m_document_dirty)
|
||||
builder.append(" (*)");
|
||||
builder.append(" - Text Editor");
|
||||
window()->set_title(builder.to_string());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue