There is nothing to translate in the initial copyright string, it is just '(c) %years% %holder%'
This commit is contained in:
@@ -343,8 +343,6 @@ BAboutWindow::AddCopyright(int32 firstCopyrightYear,
|
|||||||
const char* copyrightHolder, const char** extraCopyrights)
|
const char* copyrightHolder, const char** extraCopyrights)
|
||||||
{
|
{
|
||||||
BString copyright(B_UTF8_COPYRIGHT " %years% %holder%");
|
BString copyright(B_UTF8_COPYRIGHT " %years% %holder%");
|
||||||
const char* firstCopyright = B_TRANSLATE_MARK(copyright.String());
|
|
||||||
firstCopyright = gSystemCatalog.GetString(copyright, "AboutWindow");
|
|
||||||
|
|
||||||
// Get current year
|
// Get current year
|
||||||
time_t tp;
|
time_t tp;
|
||||||
|
|||||||
Reference in New Issue
Block a user