about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 71e990f4..bb4d4726 100644
--- a/src/main.c
+++ b/src/main.c
@@ -173,9 +173,9 @@ main(int argc, char** argv)
 #endif
 
 #ifdef HAVE_GTK
-        g_print("GTK icons: Enabled\n");
+        g_print("GTK icons/clipboard: Enabled\n");
 #else
-        g_print("GTK icons: Disabled\n");
+        g_print("GTK icons/clipboard: Disabled\n");
 #endif
 
         return 0;