From 83953c9405c6143cbea19c1cd836604a123e1f8e Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 24 Sep 2012 18:27:16 +0200 Subject: [PATCH] Using B_TRANSLATE_SYSTEM_NAME for 'FontDemo', plus tiny style fix. +alpha4 --- src/apps/fontdemo/FontDemo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/fontdemo/FontDemo.cpp b/src/apps/fontdemo/FontDemo.cpp index a23cf6b3e8..b8092329ce 100644 --- a/src/apps/fontdemo/FontDemo.cpp +++ b/src/apps/fontdemo/FontDemo.cpp @@ -7,9 +7,9 @@ */ +#include "ControlView.h" #include "FontDemo.h" #include "FontDemoView.h" -#include "ControlView.h" #include #include @@ -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")