diff options
Diffstat (limited to 'tests/cases/extract13.desktop.in')
-rw-r--r-- | tests/cases/extract13.desktop.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/cases/extract13.desktop.in b/tests/cases/extract13.desktop.in new file mode 100644 index 0000000..19021be --- /dev/null +++ b/tests/cases/extract13.desktop.in @@ -0,0 +1,26 @@ +[Desktop Entry] +Encoding=UTF-8 +# 1. This comment should NOT be extracted. +# 2. This comment should be extracted. +_Name=Find Files... +# 3. This comment should NOT be extracted. +# 4. This comment also should be extracted. +_Comment=Locate documents and folders on this computer by name or content +# 5. This comment should NOT be extracted. +Exec=gnome-search-tool +# 6. This comment should NOT be extracted. +Icon=gnome-searchtool +# 7. This comment should NOT be extracted. +Terminal=false +# 8. This comment should NOT be extracted. +Type=Application +# 9. This comment should NOT be extracted. +StartupNotify=true +# 10. This comment should NOT be extracted. +Categories=GNOME;GTK;Core; +# 11. This comment should NOT be extracted. +X-GNOME-DocPath=gnome-search-tool/gnome-search-tool.xml +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=gnome-utils +X-GNOME-Bugzilla-Component=gsearchtool +_X-Color=Blue |