]> spindle.queued.net Git - midori/commitdiff
Remove 'Midori' from 'Private Browsing' window title
authorChristian Dywan <christian@twotoasts.de>
Mon, 16 May 2011 01:23:52 +0000 (03:23 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 16 May 2011 01:23:52 +0000 (03:23 +0200)
midori/main.c

index 7faa5e8475e05c3e2fddd9b7f124d035a9cb7794..b6d501f7055108ee536ae353fec1046dbe1200b7 100644 (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 */