From d85dfd0e7c104e7032a9f09516b6d2c79658d258 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sun, 5 Dec 2010 15:03:53 +0000 Subject: Rationalise titles and styles of various GTK windows svn path=/trunk/netsurf/; revision=11002 --- gtk/dialogs/gtk_source.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/dialogs') diff --git a/gtk/dialogs/gtk_source.c b/gtk/dialogs/gtk_source.c index 842d4c4ef..b7dec945b 100644 --- a/gtk/dialogs/gtk_source.c +++ b/gtk/dialogs/gtk_source.c @@ -178,8 +178,8 @@ void nsgtk_source_dialog_init(GtkWindow *parent, struct browser_window *bw) thiswindow->sourcewindow = wndSource; thiswindow->bw = bw; - char title[strlen(thiswindow->url) + SLEN("Source of ") + 1]; - sprintf(title, "Source of %s", thiswindow->url); + char title[strlen(thiswindow->url) + SLEN("Source of - NetSurf") + 1]; + sprintf(title, "Source of %s - NetSurf", thiswindow->url); thiswindow->next = nsgtk_source_list; thiswindow->prev = NULL; -- cgit v1.2.3