summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 986eca85587..3d35a3dee81 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -191,7 +191,7 @@ xg_display_open (char *display_name, Display **dpy)
{
GdkDisplay *gdpy;
- unrequest_sigio (); // See comment in x_display_ok, xterm.c.
+ unrequest_sigio (); /* See comment in x_display_ok, xterm.c. */
gdpy = gdk_display_open (display_name);
request_sigio ();
if (!gdpy_def && gdpy)
@@ -2386,7 +2386,7 @@ make_widget_for_menu_item (const char *utf8_label, const char *utf8_key)
in the group. On exit, *GROUP contains the radio item group.
Unfortunately, keys don't line up as nicely as in Motif,
- but the MacOS X version doesn't either, so I guess that is OK. */
+ but the macOS version doesn't either, so I guess that is OK. */
static GtkWidget *
make_menu_item (const char *utf8_label,