mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
use correct source for application name when labelling a window
This commit is contained in:
parent
be6a43d4d3
commit
3d1dcacfd8
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ UI::popup_error (const string& text)
|
|||
|
||||
MessageDialog msg (text);
|
||||
msg.set_title (string_compose (_("I'm sorry %1, I can't do that"), g_get_user_name()));
|
||||
msg.set_wmclass (X_("error"), name());
|
||||
msg.set_wmclass (X_("error"), Glib::get_application_name());
|
||||
msg.set_position (WIN_POS_MOUSE);
|
||||
msg.run ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue