go back to the old name
This commit is contained in:
parent
8fcc497ce5
commit
4e30288393
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=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
|
||||
Terminal=0
|
||||
Type=Application
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
cappletname = mouse
|
||||
bin_PROGRAMS = mouse-properties
|
||||
bin_PROGRAMS = mouse-properties-capplet
|
||||
|
||||
mouse_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||
mouse_properties_SOURCES = \
|
||||
mouse_properties_capplet_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||
mouse_properties_capplet_SOURCES = \
|
||||
main.c\
|
||||
prefs-widget.c prefs-widget.h \
|
||||
preferences.c preferences.h
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Mouse
|
||||
_Comment=Mouse Properties
|
||||
Exec=mouse-properties
|
||||
Exec=mouse-properties-capplet
|
||||
Icon=gnome-mouse.png
|
||||
Terminal=0
|
||||
Type=Application
|
||||
|
|
Loading…
Add table
Reference in a new issue