Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41103 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -167,7 +167,7 @@ static const char* kRatingAttrName = "Media:Rating";
|
||||
|
||||
static const char* kDisabledSeekMessage = B_TRANSLATE("Drop files to play");
|
||||
|
||||
static const char* kApplicationName = B_TRANSLATE_APP_NAME(NAME);
|
||||
static const char* kApplicationName = B_TRANSLATE_SYSTEM_NAME(NAME);
|
||||
|
||||
|
||||
//#define printf(a...)
|
||||
|
||||
Reference in New Issue
Block a user