[at-spi2-atk] Remove a translation from a g_warning call
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-atk] Remove a translation from a g_warning call
- Date: Mon, 30 Apr 2012 21:25:14 +0000 (UTC)
commit d47962e6a1024e88401d30375a9c69ae6a876e5b
Author: Mike Gorse <mgorse suse com>
Date: Mon Apr 30 15:52:11 2012 -0500
Remove a translation from a g_warning call
The consensus seems to be that messages written out as a result of calls to
g_warning/g_log should ot be translated; ie:
http://mail.gnome.org/archives/desktop-devel-list/2011-March/msg00070.html
atk-adaptor/bridge.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c
index 08e72fc..3a28faf 100644
--- a/atk-adaptor/bridge.c
+++ b/atk-adaptor/bridge.c
@@ -588,7 +588,7 @@ setup_bus (void)
server = dbus_server_listen(spi_global_app_data->app_bus_addr, &err);
if (server == NULL)
{
- g_warning (_("atk-bridge: Couldn't listen on dbus server: %s"), err.message);
+ g_warning ("atk-bridge: Couldn't listen on dbus server: %s", err.message);
dbus_error_init (&err);
spi_global_app_data->app_bus_addr [0] = '\0';
g_main_context_unref (spi_global_app_data->main_context);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]