go back to the old name

This commit is contained in:
Jose Maria Celorio 2001-07-24 19:27:41 +00:00
parent 8fcc497ce5
commit 4e30288393
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
_Name=Background _Name=Background
_Comment=Configuration of the desktop's background _Comment=Configuration of the desktop's background
Exec=gnomecc --run-capplet background-properties Exec=gnomecc --run-capplet background-properties-capplet
Icon=gnome-ccbackground.png Icon=gnome-ccbackground.png
Terminal=0 Terminal=0
Type=Application Type=Application

View file

@ -1,8 +1,8 @@
cappletname = mouse cappletname = mouse
bin_PROGRAMS = mouse-properties bin_PROGRAMS = mouse-properties-capplet
mouse_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) mouse_properties_capplet_LDADD = $(GNOMECC_CAPPLETS_LIBS)
mouse_properties_SOURCES = \ mouse_properties_capplet_SOURCES = \
main.c\ main.c\
prefs-widget.c prefs-widget.h \ prefs-widget.c prefs-widget.h \
preferences.c preferences.h preferences.c preferences.h

View file

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
_Name=Mouse _Name=Mouse
_Comment=Mouse Properties _Comment=Mouse Properties
Exec=mouse-properties Exec=mouse-properties-capplet
Icon=gnome-mouse.png Icon=gnome-mouse.png
Terminal=0 Terminal=0
Type=Application Type=Application