Using B_TRANSLATE_SYSTEM_NAME for 'FontDemo', plus tiny style fix.

+alpha4
This commit is contained in:
Humdinger
2012-09-24 18:31:47 +02:00
parent 57c8cbd820
commit 83953c9405
+2 -2
View File
@@ -7,9 +7,9 @@
*/
#include "ControlView.h"
#include "FontDemo.h"
#include "FontDemoView.h"
#include "ControlView.h"
#include <Catalog.h>
#include <Window.h>
@@ -17,7 +17,7 @@
#undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "FontDemo"
const BString APP_NAME = B_TRANSLATE_MARK("FontDemo");
const BString APP_NAME = B_TRANSLATE_SYSTEM_NAME("FontDemo");
FontDemo::FontDemo()
: BApplication("application/x-vnd.Haiku-FontDemo")