[haiku-commits] haiku: hrev45238 - src/tests/servers/app/playground

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 6 Feb 2013 01:51:40 +0100 (CET)

hrev45238 adds 1 changeset to branch 'master'
old head: 054c290817bbb410058009e5d755b6b29fd3a44e
new head: ab23285fbd6cc6918a582c2b253c4e985a25b826
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=ab23285+%5E054c290

----------------------------------------------------------------------------

ab23285: Corrected system name translation for Playground app.
  
  Signed-off-by: Matt Madia <mattmadia@xxxxxxxxx>

                             [ Dancsó Róbert <dancso.robert@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45238
Commit:      ab23285fbd6cc6918a582c2b253c4e985a25b826
URL:         http://cgit.haiku-os.org/haiku/commit/?id=ab23285
Author:      Dancsó Róbert <dancso.robert@xxxxxxxxxxxxx>
Date:        Tue Feb  5 21:02:46 2013 UTC
Committer:   Matt Madia <mattmadia@xxxxxxxxx>
Commit-Date: Thu Feb  7 00:51:20 2013 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+)
src/tests/servers/app/playground/Playground.rdef | 2 ++

----------------------------------------------------------------------------

diff --git a/src/tests/servers/app/playground/Playground.rdef 
b/src/tests/servers/app/playground/Playground.rdef
index 0e5ab3f..d33e717 100644
--- a/src/tests/servers/app/playground/Playground.rdef
+++ b/src/tests/servers/app/playground/Playground.rdef
@@ -1,6 +1,8 @@
 
 resource app_signature "application/x-vnd.Haiku-Playground";
 
+resource app_name_catalog_entry "x-vnd.Haiku-Playground:System 
name:Playground";
+
 resource app_flags B_SINGLE_LAUNCH;
 
 resource app_version {


Other related posts:

  • » [haiku-commits] haiku: hrev45238 - src/tests/servers/app/playground - mattmadia