Codebase list virt-viewer / dfbc9d2
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 Daniel P. Berrange 12 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
245245 bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
246246 textdomain(GETTEXT_PACKAGE);
247247
248 g_set_application_name(_("Remote Viewer"));
249
248250 /* Setup command line options */
249251 context = g_option_context_new (_("- Remote viewer client"));
250252 g_option_context_add_main_entries (context, options, NULL);