update-desktop-files/map-desktop-category-pre-10.1.diff

23 lines
930 B
Diff

--- map-desktop-category.sh 2006/02/27 10:53:00 1.1
+++ map-desktop-category.sh 2006/02/27 10:53:38
@@ -71,10 +71,6 @@
ret="Player"
echo WARNING: AudioVideoPlayer is an illegal Category, mapping it to Player
;;
- Photograph)
- ret="Photography"
- echo WARNING: Photograph is a mistyped Category, mapping it to Photography
- ;;
#Office Menu:
Calendar|WordProcessor|Spreadsheet|ProjectManagement|Presentation| \
Database|Dictionary|Finance|FlowChart|ContactManagement|PDFViewer) ret=$in ;;
@@ -89,7 +85,7 @@
Design)
ret="X-SuSE-$in";;
#Graphics Menu:
- 3DGraphics|Photography|Scanning|OCR|VectorGraphics|RasterGraphics|2DGraphics) ret=$in ;;
+ 3DGraphics|Photograph|Scanning|OCR|VectorGraphics|RasterGraphics|2DGraphics) ret=$in ;;
#Education Menu:
Teaching|Science|Math|Chemistry|Astronomy|Art|Construction|Languages| \
Engineering) ret=$in ;;