summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muse2/ChangeLog1
-rw-r--r--muse2/awl/CMakeLists.txt2
2 files changed, 2 insertions, 1 deletions
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 ""
)