[frogr] Fixed wrong comment



commit 10eaf821b638c832fec307359211780b640a096d
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Sat Aug 6 23:55:35 2011 +0200

    Fixed wrong comment

 src/frogr-util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-util.c b/src/frogr-util.c
index b980e36..2c55b9f 100644
--- a/src/frogr-util.c
+++ b/src/frogr-util.c
@@ -147,7 +147,7 @@ _open_uris_with_app_info (GList *uris_list, GAppInfo *app_info)
       uris = _get_uris_string_from_list (uris_list);
 
 #ifdef MAC_INTEGRATION
-      /* In MacOSX neither gnome-open nor gtk_show_uri() will work */
+      /* In MacOSX use 'open' instead of 'gnome-open' */
       command = g_strdup_printf ("open %s", uris);
 #else
       command = g_strdup_printf ("gnome-open %s", uris);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]