desktop-utils.exlib: add voip to find_desktop_file_category

This commit is contained in:
Julian Ospald 2016-05-26 15:16:50 +02:00
parent 2653299577
commit e830438527
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ find_desktop_file_category() {
*) ;;
esac
;;
voip) maincat="Network"; subcat="Telephony";;
*) ;;
esac