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 "FontDemo.h"
|
||||||
#include "FontDemoView.h"
|
#include "FontDemoView.h"
|
||||||
#include "ControlView.h"
|
|
||||||
|
|
||||||
#include <Catalog.h>
|
#include <Catalog.h>
|
||||||
#include <Window.h>
|
#include <Window.h>
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
#undef B_TRANSLATION_CONTEXT
|
#undef B_TRANSLATION_CONTEXT
|
||||||
#define B_TRANSLATION_CONTEXT "FontDemo"
|
#define B_TRANSLATION_CONTEXT "FontDemo"
|
||||||
|
|
||||||
const BString APP_NAME = B_TRANSLATE_MARK("FontDemo");
|
const BString APP_NAME = B_TRANSLATE_SYSTEM_NAME("FontDemo");
|
||||||
|
|
||||||
FontDemo::FontDemo()
|
FontDemo::FontDemo()
|
||||||
: BApplication("application/x-vnd.Haiku-FontDemo")
|
: BApplication("application/x-vnd.Haiku-FontDemo")
|
||||||
|
|||||||
Reference in New Issue
Block a user