mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-31 11:12:01 +00:00
Set the remote-viewer binary application name
Currently the window titles for remote-view have 'remote-viewer' appended them. This is based off the argv[0] name. We should be setting the GLib application name though, so we can get a localized 'Remote Viewer' string in the titlebar
This commit is contained in:
parent
7ab88ea179
commit
dfbc9d2e8f
@ -246,6 +246,8 @@ main(int argc, char **argv)
|
||||
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
|
||||
textdomain(GETTEXT_PACKAGE);
|
||||
|
||||
g_set_application_name(_("Remote Viewer"));
|
||||
|
||||
/* Setup command line options */
|
||||
context = g_option_context_new (_("- Remote viewer client"));
|
||||
g_option_context_add_main_entries (context, options, NULL);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user