aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);