From: Ted Percival Date: Sat, 29 Mar 2008 13:47:32 +0000 (+0000) Subject: Make bssh & bvnc desktop files translatable X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=4bde604a5348f2021e5b19bc770ba412c3370f0e;p=catta Make bssh & bvnc desktop files translatable Patch by tomaszd, closes #200 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1762 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-ui/bssh.desktop.in b/avahi-ui/bssh.desktop.in index cfd08e3..69f56b6 100644 --- a/avahi-ui/bssh.desktop.in +++ b/avahi-ui/bssh.desktop.in @@ -1,8 +1,8 @@ [Desktop Entry] Version=1.0 Encoding=UTF-8 -Name=Avahi SSH Server Browser -Comment=Browse for Zeroconf-enabled SSH Servers +_Name=Avahi SSH Server Browser +_Comment=Browse for Zeroconf-enabled SSH Servers Exec=@bindir@/bssh Terminal=false Type=Application diff --git a/avahi-ui/bvnc.desktop.in b/avahi-ui/bvnc.desktop.in index 0a7dee7..799c7d2 100644 --- a/avahi-ui/bvnc.desktop.in +++ b/avahi-ui/bvnc.desktop.in @@ -1,8 +1,8 @@ [Desktop Entry] Version=1.0 Encoding=UTF-8 -Name=Avahi VNC Server Browser -Comment=Browse for Zeroconf-enabled VNC Servers +_Name=Avahi VNC Server Browser +_Comment=Browse for Zeroconf-enabled VNC Servers Exec=@bindir@/bvnc Terminal=false Type=Application diff --git a/po/POTFILES.in b/po/POTFILES.in index 618de8b..83961a6 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,6 +2,8 @@ avahi-common/error.c avahi-ui/avahi-ui.c avahi-ui/bssh.c +avahi-ui/bssh.desktop.in +avahi-ui/bvnc.desktop.in avahi-utils/avahi-browse.c avahi-utils/avahi-publish.c avahi-utils/avahi-resolve.c