Set the correct source file for localization in the jam file. Corrected context string.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40192 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,5 +12,5 @@ Application OverlayImage :
|
|||||||
DoCatalogs OverlayImage :
|
DoCatalogs OverlayImage :
|
||||||
x-vnd.Haiku-OverlayImage
|
x-vnd.Haiku-OverlayImage
|
||||||
:
|
:
|
||||||
OverlayWindow.cpp
|
OverlayView.cpp
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
#include <TextView.h>
|
#include <TextView.h>
|
||||||
|
|
||||||
#undef B_TRANSLATE_CONTEXT
|
#undef B_TRANSLATE_CONTEXT
|
||||||
#define B_TRANSLATE_CONTEXT "Main window"
|
#define B_TRANSLATE_CONTEXT "Main view"
|
||||||
|
|
||||||
const float kDraggerSize = 7;
|
const float kDraggerSize = 7;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user