~elementary-apps/switchboard-plug-pantheon-shell/trunk

« back to all changes in this revision

Viewing changes to po/CMakeLists.txt

  • Committer: Corentin Noël
  • Date: 2012-10-26 15:43:50 UTC
  • Revision ID: tintou@mailoo.org-20121026154350-1uxj0378lwh7tqjn
Fixed translation, switch the wallpaper to the 1st tab and reorganize some widgets

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include (Translations) # Replace plug-name with the correct name of your plug
2
 
add_translations_directory("${PLUGNAME}")
3
 
add_translations_catalog("${PLUGNAME}"
 
2
add_translations_directory("${GETTEXT_PACKAGE}")
 
3
add_translations_catalog("${GETTEXT_PACKAGE}"
4
4
    ../src/
5
5
)