summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/gtk.c')
-rw-r--r--apps/plugins/puzzles/src/gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/src/gtk.c b/apps/plugins/puzzles/src/gtk.c
index 7deb753744..c3115b5816 100644
--- a/apps/plugins/puzzles/src/gtk.c
+++ b/apps/plugins/puzzles/src/gtk.c
@@ -2152,7 +2152,7 @@ static void menu_copy_event(GtkMenuItem *menuitem, gpointer data)
2152 if (text) { 2152 if (text) {
2153 write_clip(fe, text); 2153 write_clip(fe, text);
2154 } else { 2154 } else {
2155 gdk_beep(); 2155 gdk_display_beep(gdk_display_get_default());
2156 } 2156 }
2157} 2157}
2158 2158