From e15d47a854b5a2786968fd8a783abc6a16d945d3 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Tue, 21 Dec 2010 04:31:02 +0000 Subject: Make sure cmake enters share/locale last. cliplist links to widgets. --- muse2/share/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'muse2/share/CMakeLists.txt') diff --git a/muse2/share/CMakeLists.txt b/muse2/share/CMakeLists.txt index 817e2910..c8d89cf9 100644 --- a/muse2/share/CMakeLists.txt +++ b/muse2/share/CMakeLists.txt @@ -18,15 +18,17 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #============================================================================= +# NOTE: locale/ directory needs to be at the end so that the translations +# are scanned before coming to share/locale subdirs( drummaps html instruments - locale plugins pybridge scripts templates wallpapers + locale ) -- cgit v1.2.3