Remove 'Midori' from 'Private Browsing' window title
This commit is contained in:
parent
b8befff93d
commit
caaa9e04c7
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue