[glom/glom-1-26] Dialog_ExistingOrNew: Avoid another warning.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-26] Dialog_ExistingOrNew: Avoid another warning.
- Date: Mon, 9 Feb 2015 12:28:50 +0000 (UTC)
commit 84fa6442e293a0e9454d1878d42801e5707678ad
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Apr 29 14:54:28 2014 +0200
Dialog_ExistingOrNew: Avoid another warning.
glom/dialog_existing_or_new.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/dialog_existing_or_new.cc b/glom/dialog_existing_or_new.cc
index 284fb1b..4248204 100644
--- a/glom/dialog_existing_or_new.cc
+++ b/glom/dialog_existing_or_new.cc
@@ -47,7 +47,7 @@ static const int NEW_PAGE = 1;
namespace
{
-const char NETWORK_DUMMY_TEXT[] = N_("No sessions found on the local network.");
+const char* NETWORK_DUMMY_TEXT = N_("No sessions found on the local network.");
//TODO_Performance: A DomParser or XmlReader might be faster, or even a regex.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]