diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-12 02:05:35 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-12 02:05:35 -0500 |
commit | c9352cd0a8363e4508d19e66ccf373b2abb2b7d3 (patch) | |
tree | 9aad89deacebef510659739b22383443889cce90 /po | |
parent | 98d1379784757b63e317bcd9ac7af69836e473d9 (diff) | |
download | ayatana-indicator-session-c9352cd0a8363e4508d19e66ccf373b2abb2b7d3.tar.gz ayatana-indicator-session-c9352cd0a8363e4508d19e66ccf373b2abb2b7d3.tar.bz2 ayatana-indicator-session-c9352cd0a8363e4508d19e66ccf373b2abb2b7d3.zip |
If the Unity dialogs aren't available (such as in the greeter) but zenity is, use it to for confirmation dialogs:
- add the implementation in actions.c
- add actions.c to the i18n files list
- sync the unit tests
- suggest zenity in debian/control
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 8325f6e..c47d584 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,3 +1,3 @@ include (Translations) add_translations_directory ("${GETTEXT_PACKAGE}") -add_translations_catalog ("${GETTEXT_PACKAGE}" ../src/) +add_translations_catalog ("${GETTEXT_PACKAGE}" ../src/ ../src/dbus-backend) |