summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPablo Castellano <pablog@src.gnome.org>2010-02-01 17:56:37 +0100
committerPablo Castellano <pablog@src.gnome.org>2010-02-01 17:56:37 +0100
commit2adf65267a47e6f3244f82a5e5b553a3d4072c4f (patch)
tree7099e0d01c105f8b5f052a95a2c1e59464ec40ed /README
parent021f1265c0d585f914d3eb743ed1f03d11a289a0 (diff)
downloadintltool-2adf65267a47e6f3244f82a5e5b553a3d4072c4f.tar.gz
Updated README
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index dbe5558..b0345cf 100644
--- a/README
+++ b/README
@@ -85,7 +85,7 @@ This step also applies for similar files (.directory, .soundlist).
o Remove old .desktop files and add new .desktop.in files.
- o Adjust .cvsignore
+ o Adjust .cvsignore, .gitignore, .bzrignore or similar.
o Adjust Makefile.am, e.g.:
@@ -108,8 +108,8 @@ Here's a .desktop.in example:
_Name=Bug Report Tool
_Comment=Report a bug in GNOME
Exec=bug-buddy
- Icon=bug-buddy.png
- Terminal=0
+ Icon=bug-buddy
+ Terminal=false
Type=Application
--- end ----