diff options
-rw-r--r-- | bab/CMakeLists.txt | 5 | ||||
-rw-r--r-- | bab/bab.desktop | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bab/CMakeLists.txt b/bab/CMakeLists.txt index 2d73e64..08aa044 100644 --- a/bab/CMakeLists.txt +++ b/bab/CMakeLists.txt @@ -33,3 +33,8 @@ tde_add_executable( bab AUTOMOC DESTINATION ${BIN_INSTALL_DIR} ) + + +##### other data + +tde_create_translated_desktop( bab.desktop ) diff --git a/bab/bab.desktop b/bab/bab.desktop index 6467f74..5ce0618 100644 --- a/bab/bab.desktop +++ b/bab/bab.desktop @@ -9,3 +9,4 @@ Exec=bab %i %m -caption "%c" Icon=baghira X-DocPath= Terminal=0 +Categories=Settings;DesktopSettings; |