ekiga r7802 - in branches/gnome-2-26: . src/gui
- From: ededu svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7802 - in branches/gnome-2-26: . src/gui
- Date: Mon, 23 Mar 2009 19:13:10 +0000 (UTC)
Author: ededu
Date: Mon Mar 23 19:13:10 2009
New Revision: 7802
URL: http://svn.gnome.org/viewvc/ekiga?rev=7802&view=rev
Log:
Adds space before '(', fixes "Small string bug" (#575610).
Modified:
branches/gnome-2-26/ChangeLog
branches/gnome-2-26/src/gui/accounts.cpp
Modified: branches/gnome-2-26/src/gui/accounts.cpp
==============================================================================
--- branches/gnome-2-26/src/gui/accounts.cpp (original)
+++ branches/gnome-2-26/src/gui/accounts.cpp Mon Mar 23 19:13:10 2009
@@ -236,13 +236,13 @@
case Ekiga::AccountCore::UnregistrationFailed:
status = _("Could not unregister");
if (!info.empty ())
- status = status + "(" + info + ")";
+ status = status + " (" + info + ")";
break;
case Ekiga::AccountCore::RegistrationFailed:
status = _("Could not register");
if (!info.empty ())
- status = status + "(" + info + ")";
+ status = status + " (" + info + ")";
break;
case Ekiga::AccountCore::Processing:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]