From ca07fe3cec09fc8d4183ed3cf2e62db9b5616ebd Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 12 Sep 2012 00:36:31 +0200 Subject: [PATCH] Use tags in about:version and :paths --- midori/midori-view.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/midori/midori-view.c b/midori/midori-view.c index 21b42b86..422591bb 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -4369,11 +4369,11 @@ midori_view_set_uri (MidoriView* view, gchar* res_dir = midori_paths_get_res_filename (""); gchar* lib_dir = midori_paths_get_lib_path (PACKAGE_NAME); data = g_strdup_printf ("

%s

" - "

config: %s

" - "

res: %s

" - "

lib: %s

" - "

cache: %s

" - "

tmp: %s

" + "

config: %s

" + "

res: %s

" + "

lib: %s

" + "

cache: %s

" + "

tmp: %s

" "", uri, midori_paths_get_config_dir (), res_dir, lib_dir, midori_paths_get_cache_dir (), midori_paths_get_tmp_dir ()); @@ -4401,7 +4401,7 @@ midori_view_set_uri (MidoriView* view, "libnotify%s", "single instance%s", "Platform%s ", "%s ", "%s", - "Identification%s", + "Identification%s", "Video Formats%s", }; gchar const* version_strings[] = { @@ -4436,7 +4436,7 @@ midori_view_set_uri (MidoriView* view, "" "" - "" + "" "" ""
Command line%s
Command line%s
Midori%s (%s)
GTK+%d.%d.%d (%d.%d.%d)" "   Glib %d.%d.%d (%d.%d.%d)