From 7eecc1715314bf6f59c454f08cd82c1d0ae7a637 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dancs=C3=B3=20R=C3=B3bert?= <dancso.robert@d-rendszer.hu>
Date: Tue, 5 Feb 2013 22:02:46 +0100
Subject: [PATCH] Corrected system name translation for Playground app.
---
src/tests/servers/app/playground/Playground.rdef | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/tests/servers/app/playground/Playground.rdef b/src/tests/servers/app/playground/Playground.rdef
index 0e5ab3f..d33e717 100644
a
|
b
|
|
1 | 1 | |
2 | 2 | resource app_signature "application/x-vnd.Haiku-Playground"; |
3 | 3 | |
| 4 | resource app_name_catalog_entry "x-vnd.Haiku-Playground:System name:Playground"; |
| 5 | |
4 | 6 | resource app_flags B_SINGLE_LAUNCH; |
5 | 7 | |
6 | 8 | resource app_version { |