about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-04-16 13:17:04 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-04-16 13:17:04 +0200
commit791b13cb9a720372e5d436c9f7d6dbdf4bec732a (patch)
tree8784e0b1923904b0eb74251dc622e7e962d3bb9b /src/main.c
parent8c50b63e56a3baf315b6989eef65f47b2f59282a (diff)
downloadprofani-tty-791b13cb9a720372e5d436c9f7d6dbdf4bec732a.tar.gz
Mention clipboard in version output
Diffstat (limited to 'src/main.c')
-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;