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:
Stephan Aßmus
2010-05-06 10:35:54 +00:00
parent 8989d8a52e
commit bfa1c029c0
2 changed files with 25 additions and 5 deletions
+8 -5
View File
@@ -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)
{
+17
View File
@@ -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
;