From 1d680a74c4e4581bd2dd6e24aca45d3c45f30659 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 2 Oct 2004 09:34:12 +0000 Subject: precise a comment svn path=/trunk/; revision=12184 --- gtk/ui_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/ui_util.h b/gtk/ui_util.h index ca7f3c024c..de970b1b77 100644 --- a/gtk/ui_util.h +++ b/gtk/ui_util.h @@ -110,7 +110,7 @@ extern GtkWidget *window_new(GtkWindowType type, const gchar *title); * * @param type window type, typical GTK_WINDOW_TOPLEVEL * @param title the title for the new window - * @param geom_name the name to distinguish this window, will also be used for the recent file + * @param geom_name the name to distinguish this window, will also be used for the recent file (don't use special chars) * @return the newly created window */ extern GtkWidget *window_new_with_geom(GtkWindowType type, const gchar *title, const gchar *geom_name); -- cgit v1.2.1