Using B_TRANSLATE_SYSTEM_NAME for 'FontDemo', plus tiny style fix.
+alpha4
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user