From 8abef4d8e71f081bc58f95e31d2cb30e2fb77582 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 28 Feb 2010 19:42:47 +0000 Subject: [PATCH] Apparently hta messed up some pt_br jamfiles... fixing them. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35670 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/Jamfile | 2 +- src/preferences/keymap/Jamfile | 2 +- src/preferences/network/Jamfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/installer/Jamfile b/src/apps/installer/Jamfile index fdb425407e..b731a672da 100644 --- a/src/apps/installer/Jamfile +++ b/src/apps/installer/Jamfile @@ -25,7 +25,7 @@ DoCatalogs Installer : ProgressReporter.cpp WorkerThread.cpp : en.catalog - : br.catkeys de.catkeys hu.catkeys it.catkeys pl.catkeys ru.catkeys + : pt_br.catkeys de.catkeys hu.catkeys it.catkeys pl.catkeys ru.catkeys uk.catkeys ; diff --git a/src/preferences/keymap/Jamfile b/src/preferences/keymap/Jamfile index 625c78f8cc..6f20932c61 100644 --- a/src/preferences/keymap/Jamfile +++ b/src/preferences/keymap/Jamfile @@ -21,6 +21,6 @@ DoCatalogs Keymap : : KeymapWindow.cpp : en.catalog : - br.catkeys eo.catkeys fr.catkeys hu.catkeys lt.catkeys pl.catkeys + pt_br.catkeys eo.catkeys fr.catkeys hu.catkeys lt.catkeys pl.catkeys pt.catkeys ru.catkeys uk.catkeys ; diff --git a/src/preferences/network/Jamfile b/src/preferences/network/Jamfile index e267f96bde..355e92eeab 100644 --- a/src/preferences/network/Jamfile +++ b/src/preferences/network/Jamfile @@ -19,6 +19,6 @@ DoCatalogs Network : EthernetSettingsView.cpp NetworkWindow.cpp : en.catalog - : bg.catkeys br.catkeys de.catkeys fr.catkeys hu.catkeys it.catkeys + : bg.catkeys pt_br.catkeys de.catkeys fr.catkeys hu.catkeys it.catkeys lt.catkeys pl.catkeys pt.catkeys ru.catkeys sv.catkeys uk.catkeys ;