From 5accf42fc8695460832eee7c68f577f62c419642 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Tue, 26 Jan 2010 02:57:09 +0000 Subject: changed: made static const data symbols really static const svn path=/trunk/KDE/kdebase/apps/; revision=1080302 --- src/dolphinmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinmodel.cpp') diff --git a/src/dolphinmodel.cpp b/src/dolphinmodel.cpp index f7fd2b350..746752b67 100644 --- a/src/dolphinmodel.cpp +++ b/src/dolphinmodel.cpp @@ -41,7 +41,7 @@ #include #include -const char* DolphinModel::m_others = I18N_NOOP2("@title:group Name", "Others"); +const char* const DolphinModel::m_others = I18N_NOOP2("@title:group Name", "Others"); DolphinModel::DolphinModel(QObject* parent) : KDirModel(parent), -- cgit v1.3