mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:58:12 +00:00
parent
b4381be0ba
commit
f347dd5c5e
10 changed files with 10 additions and 10 deletions
|
@ -159,7 +159,7 @@ PropertiesDialog::~PropertiesDialog() {}
|
|||
void PropertiesDialog::update()
|
||||
{
|
||||
m_icon->set_icon(const_cast<Gfx::Bitmap*>(m_model.icon_for_file(m_mode, m_name).bitmap_for_size(32)));
|
||||
set_title(String::format("Properties of \"%s\"", m_name.characters()));
|
||||
set_title(String::format("%s - Properties", m_name.characters()));
|
||||
}
|
||||
|
||||
void PropertiesDialog::permission_changed(mode_t mask, bool set)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue