Add ProductUrl and ProductUrlText to Branding.

This commit is contained in:
Teo Mrnjavac 2015-04-01 18:03:17 +02:00
parent 4088d9bd3b
commit bce6ec94fd
2 changed files with 6 additions and 2 deletions

View file

@ -52,7 +52,9 @@ QStringList Branding::s_stringEntryStrings =
"versionedName",
"shortVersionedName",
"shortProductName",
"bootloaderEntryName"
"bootloaderEntryName",
"productUrl",
"productUrlText"
};

View file

@ -44,7 +44,9 @@ public:
VersionedName,
ShortVersionedName,
ShortProductName,
BootloaderEntryName
BootloaderEntryName,
ProductUrl,
ProductUrlText
};
enum ImageEntry : short