aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-09 05:54:09 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-09 05:54:09 +0000
commit535d873c4bc3f6387299cc03f42ec7526bb9c14c (patch)
treed5fa9309bf2f93aec8ce3c7cfb2c79401df6a00d /gtk/dlg_utils.c
parent5a2756ef4c37df6dffdeebaec234a804be149e0b (diff)
fix some GTK1 related comments
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24862 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/dlg_utils.c')
-rw-r--r--gtk/dlg_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/dlg_utils.c b/gtk/dlg_utils.c
index 89ef24e5d9..47f9ce550c 100644
--- a/gtk/dlg_utils.c
+++ b/gtk/dlg_utils.c
@@ -92,8 +92,8 @@ dlg_button_focus_nth(GtkWidget *hbox, gint focus_item) {
*
* a.) keep the button layout more consistent over the different dialogs
* b.) being able to switch between different button layouts, e.g.:
- * GTK1 (e.g. win32) "OK" "Apply" "Cancel"
- * GTK2 (e.g. GNOME) "Apply" "Cancel" "OK"
+ * e.g. Win32: "OK" "Apply" "Cancel"
+ * e.g. GNOME: "Apply" "Cancel" "OK"
*/
GtkWidget *
dlg_button_row_new(const gchar *stock_id_first, ...)