]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtk-launch.c
Fix includes
[~andy/gtk] / gtk / gtk-launch.c
index 7a15ffe8c9b5db0f2db71043e34fd345a56a228a..15d183bc201d404d662995a2644b77bf60db86c4 100644 (file)
@@ -65,12 +65,10 @@ main (int argc, char *argv[])
 #endif
 #endif
 
-  g_type_init ();
-
   /* Translators: this message will appear immediately after the */
-  /* usage string - Usage: COMMAND [OPTION]... <THIS_MESSAGE>    */
+  /* usage string - Usage: COMMAND [OPTION] <THIS_MESSAGE>    */
   context =
-    g_option_context_new (_("APPLICATION [URI...] - launch an APPLICATION with URI."));
+    g_option_context_new (_("APPLICATION [URI…] — launch an APPLICATION with URI."));
 
   /* Translators: this message will appear after the usage string */
   /* and before the list of options.                              */