Skip to content

Commit

Permalink
Merge branch 'jb51160-x-sailjail' into 'master'
Browse files Browse the repository at this point in the history
[mlite] Rename Sailjail section to X-Sailjail. JB#52112

See merge request mer-core/mlite!15
  • Loading branch information
rainemak committed Nov 20, 2020
2 parents f7d5228 + a068a51 commit 15b619c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mdesktopentry.cpp
Expand Up @@ -50,7 +50,7 @@ const QString URLKey("URL");
const QString LogicalIdKey("X-MeeGo-Logical-Id");
const QString TranslationCatalogKey("X-MeeGo-Translation-Catalog");
const QString XMaemoServiceKey("X-Maemo-Service");
const QString SailjailSection("Sailjail");
const QString SailjailSection("X-Sailjail");


GKeyFileWrapper::GKeyFileWrapper()
Expand Down
2 changes: 1 addition & 1 deletion src/mpermission.cpp
Expand Up @@ -27,7 +27,7 @@ const auto TranslationKey = QStringLiteral("translation-key");
const auto TranslationCatalog = QStringLiteral("translation-catalog");
const auto TranslationDirectory = QStringLiteral("/usr/share/translations");
const auto TranslationSeparator = QStringLiteral("-");
const auto SailjailSection = QStringLiteral("Sailjail");
const auto SailjailSection = QStringLiteral("X-Sailjail");
const auto SailjailPermissionsKey = QStringLiteral("Permissions");

QPair<QStringRef, QStringRef> getField(const QString &line)
Expand Down

0 comments on commit 15b619c

Please sign in to comment.