[gtranslator] Minor fixes
- From: Pablo Sanxiao Roca <psanxiao src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtranslator] Minor fixes
- Date: Thu, 30 Jul 2009 21:19:22 +0000 (UTC)
commit f6d774a59c60a154f5e327d922861a657b353c7b
Author: Pablo Sanxiao <psanxiao gnome org>
Date: Thu Jul 30 23:16:49 2009 -0700
Minor fixes
src/main.c | 2 +-
src/utils.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index faecaca..539e4d0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -89,7 +89,7 @@ get_command_line_data ()
}
-/* Copied from gedit code */
+/* This method is from the file gedit.c which is part of gedit */
#ifdef G_OS_WIN32
static void
setup_path (void)
diff --git a/src/utils.c b/src/utils.c
index 6338b2f..53b03de 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -782,7 +782,7 @@ gtranslator_utils_help_display (GtkWindow *parent,
/* FIXME: How to display help on windows. Gedit opens a browser and displays
- a url with the contents of the help */
+ a url with the contents of the help
if (uri == NULL)
{
GtkWidget *dialog;
@@ -795,7 +795,7 @@ gtranslator_utils_help_display (GtkWindow *parent,
gtk_widget_destroy (dialog);
return;
- } /* End of FIXME: How to display help on windows.*/
+ } End of FIXME: How to display help on windows.*/
g_return_if_fail (file_name != NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]