aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-02 09:34:12 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-02 09:34:12 +0000
commit5acd613577adbf27b651f841aa9fffbb37b282ed (patch)
tree59a5836b497c02c8fb0d1f6d693e27b7124697cd /gtk
parentd3dcb0b7a99813831cdfbf985898b86704f62b68 (diff)
precise a comment
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12184 f5534014-38df-0310-8fa8-9805f1628bb7
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);