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")