gnome-packagekit r281 - trunk/src



Author: rhughes
Date: Fri Sep 12 15:10:34 2008
New Revision: 281
URL: http://svn.gnome.org/viewvc/gnome-packagekit?rev=281&view=rev

Log:
for git

Modified:
   trunk/src/gpk-application-main.c
   trunk/src/gpk-backend-status.c
   trunk/src/gpk-install-catalog.c
   trunk/src/gpk-install-local-file.c
   trunk/src/gpk-install-mime-type.c
   trunk/src/gpk-install-package-name.c
   trunk/src/gpk-install-provide-file.c
   trunk/src/gpk-prefs.c
   trunk/src/gpk-repo.c
   trunk/src/gpk-update-viewer.c

Modified: trunk/src/gpk-application-main.c
==============================================================================
--- trunk/src/gpk-application-main.c	(original)
+++ trunk/src/gpk-application-main.c	Fri Sep 12 15:10:34 2008
@@ -74,9 +74,9 @@
 
 	const GOptionEntry options[] = {
 		{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
-		  N_("Show extra debugging information"), NULL },
+		  _("Show extra debugging information"), NULL },
 		{ "version", '\0', 0, G_OPTION_ARG_NONE, &program_version,
-		  N_("Show the program version and exit"), NULL },
+		  _("Show the program version and exit"), NULL },
 		{ NULL}
 	};
 

Modified: trunk/src/gpk-backend-status.c
==============================================================================
--- trunk/src/gpk-backend-status.c	(original)
+++ trunk/src/gpk-backend-status.c	Fri Sep 12 15:10:34 2008
@@ -78,9 +78,9 @@
 
 	const GOptionEntry options[] = {
 		{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
-		  N_("Show extra debugging information"), NULL },
+		  _("Show extra debugging information"), NULL },
 		{ "version", '\0', 0, G_OPTION_ARG_NONE, &program_version,
-		  N_("Show the program version and exit"), NULL },
+		  _("Show the program version and exit"), NULL },
 		{ NULL}
 	};
 

Modified: trunk/src/gpk-install-catalog.c
==============================================================================
--- trunk/src/gpk-install-catalog.c	(original)
+++ trunk/src/gpk-install-catalog.c	Fri Sep 12 15:10:34 2008
@@ -46,7 +46,7 @@
 
 	const GOptionEntry options[] = {
 		{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
-		  N_("Show extra debugging information"), NULL },
+		  _("Show extra debugging information"), NULL },
 		{ NULL}
 	};
 

Modified: trunk/src/gpk-install-local-file.c
==============================================================================
--- trunk/src/gpk-install-local-file.c	(original)
+++ trunk/src/gpk-install-local-file.c	Fri Sep 12 15:10:34 2008
@@ -46,7 +46,7 @@
 
 	const GOptionEntry options[] = {
 		{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
-		  N_("Show extra debugging information"), NULL },
+		  _("Show extra debugging information"), NULL },
 		{ NULL}
 	};
 

Modified: trunk/src/gpk-install-mime-type.c
==============================================================================
--- trunk/src/gpk-install-mime-type.c	(original)
+++ trunk/src/gpk-install-mime-type.c	Fri Sep 12 15:10:34 2008
@@ -45,7 +45,7 @@
 
 	const GOptionEntry options[] = {
 		{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
-		  N_("Show extra debugging information"), NULL },
+		  _("Show extra debugging information"), NULL },
 		{ NULL}
 	};
 

Modified: trunk/src/gpk-install-package-name.c
==============================================================================
--- trunk/src/gpk-install-package-name.c	(original)
+++ trunk/src/gpk-install-package-name.c	Fri Sep 12 15:10:34 2008
@@ -46,7 +46,7 @@
 
 	const GOptionEntry options[] = {
 		{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
-		  N_("Show extra debugging information"), NULL },
+		  _("Show extra debugging information"), NULL },
 		{ NULL}
 	};
 

Modified: trunk/src/gpk-install-provide-file.c
==============================================================================
--- trunk/src/gpk-install-provide-file.c	(original)
+++ trunk/src/gpk-install-provide-file.c	Fri Sep 12 15:10:34 2008
@@ -45,7 +45,7 @@
 
 	const GOptionEntry options[] = {
 		{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
-		  N_("Show extra debugging information"), NULL },
+		  _("Show extra debugging information"), NULL },
 		{ NULL}
 	};
 

Modified: trunk/src/gpk-prefs.c
==============================================================================
--- trunk/src/gpk-prefs.c	(original)
+++ trunk/src/gpk-prefs.c	Fri Sep 12 15:10:34 2008
@@ -32,9 +32,6 @@
 #include <dbus/dbus-glib.h>
 #include <gconf/gconf-client.h>
 
-/* local .la */
-#include <egg-unique.h>
-
 #include <pk-control.h>
 #include <pk-client.h>
 
@@ -42,15 +39,16 @@
 #include <gpk-gnome.h>
 
 #include "egg-debug.h"
+#include "egg-unique.h"
 
-#define PK_FREQ_HOURLY_TEXT		N_("Hourly")
-#define PK_FREQ_DAILY_TEXT		N_("Daily")
-#define PK_FREQ_WEEKLY_TEXT		N_("Weekly")
-#define PK_FREQ_NEVER_TEXT		N_("Never")
-
-#define PK_UPDATE_ALL_TEXT		N_("All updates")
-#define PK_UPDATE_SECURITY_TEXT		N_("Only security updates")
-#define PK_UPDATE_NONE_TEXT		N_("Nothing")
+#define PK_FREQ_HOURLY_TEXT		_("Hourly")
+#define PK_FREQ_DAILY_TEXT		_("Daily")
+#define PK_FREQ_WEEKLY_TEXT		_("Weekly")
+#define PK_FREQ_NEVER_TEXT		_("Never")
+
+#define PK_UPDATE_ALL_TEXT		_("All updates")
+#define PK_UPDATE_SECURITY_TEXT		_("Only security updates")
+#define PK_UPDATE_NONE_TEXT		_("Nothing")
 
 static GladeXML *glade_xml = NULL;
 
@@ -351,9 +349,9 @@
 
 	const GOptionEntry options[] = {
 		{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
-		  N_("Show extra debugging information"), NULL },
+		  _("Show extra debugging information"), NULL },
 		{ "version", '\0', 0, G_OPTION_ARG_NONE, &program_version,
-		  N_("Show the program version and exit"), NULL },
+		  _("Show the program version and exit"), NULL },
 		{ NULL}
 	};
 

Modified: trunk/src/gpk-repo.c
==============================================================================
--- trunk/src/gpk-repo.c	(original)
+++ trunk/src/gpk-repo.c	Fri Sep 12 15:10:34 2008
@@ -32,14 +32,12 @@
 #include <dbus/dbus-glib.h>
 #include <gconf/gconf-client.h>
 
-/* local .la */
-#include <egg-unique.h>
-
 #include <pk-common.h>
 #include <pk-client.h>
 #include <pk-control.h>
 #include <pk-connection.h>
 
+#include "egg-unique.h"
 #include "egg-debug.h"
 #include "egg-string.h"
 
@@ -336,7 +334,7 @@
 
 	const GOptionEntry options[] = {
 		{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
-		  N_("Show extra debugging information"), NULL },
+		  _("Show extra debugging information"), NULL },
 		{ NULL}
 	};
 

Modified: trunk/src/gpk-update-viewer.c
==============================================================================
--- trunk/src/gpk-update-viewer.c	(original)
+++ trunk/src/gpk-update-viewer.c	Fri Sep 12 15:10:34 2008
@@ -1811,9 +1811,9 @@
 
 	const GOptionEntry options[] = {
 		{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
-		  N_("Show extra debugging information"), NULL },
+		  _("Show extra debugging information"), NULL },
 		{ "version", '\0', 0, G_OPTION_ARG_NONE, &program_version,
-		  N_("Show the program version and exit"), NULL },
+		  _("Show the program version and exit"), NULL },
 		{ NULL}
 	};
 



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