aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-10-02 09:34:12 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-10-02 09:34:12 +0000
commit1d680a74c4e4581bd2dd6e24aca45d3c45f30659 (patch)
tree59a5836b497c02c8fb0d1f6d693e27b7124697cd /gtk
parentba285f9a4ede6d743efaa4c42210bfed7cba183a (diff)
precise a comment
svn path=/trunk/; revision=12184
Diffstat (limited to 'gtk')
-rw-r--r--gtk/ui_util.h2
1 files changed, 1 insertions, 1 deletions
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);