The Jamfile was actually missing the DoCatalogs part. This may also be the case
for another patch from Jorma Karvonen which I have landed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36641 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,15 +3,21 @@
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "Arguments.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "Arguments.h"
|
||||
|
||||
#include <Catalog.h>
|
||||
#include <Locale.h>
|
||||
|
||||
|
||||
#undef TR_CONTEXT
|
||||
#define TR_CONTEXT "Terminal arguments parsing"
|
||||
|
||||
|
||||
Arguments::Arguments(int defaultArgsNum, const char * const *defaultArgs)
|
||||
: fUsageRequested(false),
|
||||
fBounds(50, 50, 630, 435),
|
||||
@@ -30,9 +36,6 @@ Arguments::~Arguments()
|
||||
_SetShellArguments(0, NULL);
|
||||
}
|
||||
|
||||
#undef TR_CONTEXT
|
||||
#define TR_CONTEXT "Terminal arguments parsing"
|
||||
|
||||
void
|
||||
Arguments::Parse(int argc, const char *const *argv)
|
||||
{
|
||||
|
||||
@@ -29,3 +29,20 @@ Application Terminal :
|
||||
: be locale tracker textencoding $(TARGET_LIBSUPC++)
|
||||
: Terminal.rdef
|
||||
;
|
||||
|
||||
DoCatalogs Terminal :
|
||||
x-vnd.Haiku-Terminal
|
||||
:
|
||||
AppearPrefView.cpp
|
||||
Arguments.cpp
|
||||
FindWindow.cpp
|
||||
PrefHandler.cpp
|
||||
PrefWindow.cpp
|
||||
Shell.cpp
|
||||
SmartTabView.cpp
|
||||
TermApp.cpp
|
||||
TermParse.cpp
|
||||
TermView.cpp
|
||||
TermWindow.cpp
|
||||
: en.catalog
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user