summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-21 01:29:58 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-21 01:29:58 +0000
commit6443417b9eca7d5c6012229352558ddd7dfc0500 (patch)
treeed1962b663371c5114c91db6c80df781f1576fe3
parentcb583286ebd1f0bc9218b3cbe86ae7bc54901111 (diff)
Fix translations for awl
-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 ""
)