Skip to content

Commit

Permalink
用 hotot.desktop.in 给开始菜单项作 i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
shellexy committed Sep 24, 2010
1 parent 0aef231 commit 45710f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions hotot.desktop

This file was deleted.

10 changes: 10 additions & 0 deletions hotot.desktop.in
@@ -0,0 +1,10 @@
[Desktop Entry]
_Name=Hotot
_GenericName=Hotot Twitter Client
_X-GNOME-FullName=Hotot Twitter Client
Type=Application
_Comment=Lightweight Twitter Client base on Gtk2 and Webkit
Exec=hotot
Icon=hotot
Categories=GTK;GNOME;Network;
X-GNOME-Gettext-Domain=hotot
2 changes: 1 addition & 1 deletion po/POTFILES.in
Expand Up @@ -5,7 +5,6 @@ data/ui/js/utility.db.js
data/ui/js/sha1.js
data/ui/js/ui.retweet_tabs.js
data/ui/js/ui.exts_dlg.js
data/ui/js/twitterapi.js
data/ui/js/ui.message_dlg.js
data/ui/js/daemon.updater.js
data/ui/js/ui.dialog_helper.js
Expand Down Expand Up @@ -43,3 +42,4 @@ hotot/view.py
hotot/__init__.py
hotot/socks.py
hotot/utils.py
hotot.desktop.in
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -6,3 +6,4 @@ i18n = True

[build_i18n]
domain = hotot
desktop_files = [('share/applications', ('hotot.desktop.in',))]

0 comments on commit 45710f9

Please sign in to comment.