From 6443417b9eca7d5c6012229352558ddd7dfc0500 Mon Sep 17 00:00:00 2001
From: Orcan Ogetbil <oget.fedora@gmail.com>
Date: Tue, 21 Dec 2010 01:29:58 +0000
Subject: Fix translations for awl

---
 muse2/ChangeLog          | 1 +
 muse2/awl/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 165d2445..77825d3d 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -5,6 +5,7 @@
         - Added some groupboxes and layouts to Global Settings to make it look more uniform. (Orcan)
         - Don't pack the binary and subversion directories when doing "make package_source". (Orcan)
         - Updated the Russian translation again thanks to Alex, alex54m -> mail.ru
+        - Fix a typo in awl/CMakeLists.txt that disabled the translations for awl. (Orcan)
 19.12.2010:
         - Fixed not saving part colours and part canvas background appearance settings. (Tim)
         *Feature: Added 'global opaqueness' (transparency) appearance setting. (Tim)
diff --git a/muse2/awl/CMakeLists.txt b/muse2/awl/CMakeLists.txt
index e8599030..871186be 100644
--- a/muse2/awl/CMakeLists.txt
+++ b/muse2/awl/CMakeLists.txt
@@ -100,7 +100,7 @@ add_library ( awl SHARED
 ##
 set (FILES_TO_TRANSLATE
       ${FILES_TO_TRANSLATE}
-      ${SOURCE_FILES}
+      ${awl_source_files}
       CACHE INTERNAL ""
       )
 
-- 
cgit v1.2.3