From c48d1db6ff73c764cff4500157078f4414879cd5 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 22 Dec 2009 11:36:40 +0000 Subject: [PATCH] Disable catalogs for appearance until someone finds why the en.catkeys doesn't get built. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34740 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/BeOSRules | 2 +- src/preferences/appearance/Jamfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/BeOSRules b/build/jam/BeOSRules index 31872a972b..6419a3abc6 100644 --- a/build/jam/BeOSRules +++ b/build/jam/BeOSRules @@ -362,7 +362,7 @@ rule DoCatalogs appName # Application name # declared in the sourcecode) : sources # List of cpp files where to search keys : generatedCatalog # Name of the generated catalog (most probably - # english.catalog) + # en.catalog) : translatedCatalogs # List of available translations { genCat = [ FGristFiles $(generatedCatalog) ] ; diff --git a/src/preferences/appearance/Jamfile b/src/preferences/appearance/Jamfile index e24f0fd838..276b4b7cba 100644 --- a/src/preferences/appearance/Jamfile +++ b/src/preferences/appearance/Jamfile @@ -37,7 +37,7 @@ DoCatalogs Appearance : ColorWhichItem.cpp : en.catalog : -# bg.catkeys de.catkeys fi.catkeys fr.catkeys it.catkeys ja.catkeys +# bg.catkeys de.catkeys fi.catkeys fr.catkeys it.catkeys ja.catkeys # lt.catkeys ru.catkeys sv.catkeys uk.catkeys ;