* B_TRANSLATE_CONTEXT is now B_TRANSLATION_CONTEXT as per the recent change in Haiku, cf. hrev44041
git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@587 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
parent
b4bab54a16
commit
a79446f471
@ -56,8 +56,8 @@
|
|||||||
#include "WebSettings.h"
|
#include "WebSettings.h"
|
||||||
|
|
||||||
|
|
||||||
#undef B_TRANSLATE_CONTEXT
|
#undef B_TRANSLATION_CONTEXT
|
||||||
#define B_TRANSLATE_CONTEXT "Settings Window"
|
#define B_TRANSLATION_CONTEXT "Settings Window"
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
MSG_APPLY = 'aply',
|
MSG_APPLY = 'aply',
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#undef B_TRANSLATE_CONTEXT
|
#undef B_TRANSLATION_CONTEXT
|
||||||
#define B_TRANSLATE_CONTEXT "Font Selection view"
|
#define B_TRANSLATION_CONTEXT "Font Selection view"
|
||||||
|
|
||||||
|
|
||||||
static const float kMinSize = 8.0;
|
static const float kMinSize = 8.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user