Remove 'Midori' from 'Private Browsing' window title

This commit is contained in:
Christian Dywan 2011-05-16 03:23:52 +02:00
parent b8befff93d
commit caaa9e04c7

View file

@ -1994,7 +1994,7 @@ main (int argc,
/* Private browsing, window title, default config folder */
if (private)
{
g_set_application_name (_("Midori (Private Browsing)"));
g_set_application_name (_("Private Browsing"));
if (!config && !webapp)
config = g_build_filename (g_get_user_config_dir (), PACKAGE_NAME, NULL);
/* Mask the timezone, which can be read by Javascript */