Skip to content

Commit

Permalink
Corrected system name translation.
Browse files Browse the repository at this point in the history
Signed-off-by: Humdinger <humdingerb@gmail.com>
  • Loading branch information
Dancsó Róbert authored and Humdinger committed Jan 7, 2013
1 parent 0556919 commit 7ca7486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/kits/game/chart/Chart.cpp
Expand Up @@ -31,7 +31,7 @@ main()
}


ChartApp::ChartApp() : BApplication("application/x-vnd.Be.ChartDemo")
ChartApp::ChartApp() : BApplication("application/x-vnd.Haiku-ChartDemo")
{
fWindow = new ChartWindow(BRect(120, 150, 965, 591),
B_TRANSLATE_SYSTEM_NAME("Chart"));
Expand Down
4 changes: 3 additions & 1 deletion src/tests/kits/game/chart/Chart.rdef
@@ -1,5 +1,7 @@

resource app_signature "application/x-vnd.Be.ChartDemo";
resource app_signature "application/x-vnd.Haiku-ChartDemo";

resource app_name_catalog_entry "x-vnd.Haiku-ChartDemo:System name:Chart";

resource app_flags B_MULTIPLE_LAUNCH;

Expand Down

0 comments on commit 7ca7486

Please sign in to comment.