From 4e30288393ff4f019401a1639254c90227ae22ba Mon Sep 17 00:00:00 2001 From: Jose Maria Celorio Date: Tue, 24 Jul 2001 19:27:41 +0000 Subject: [PATCH] go back to the old name --- capplets/background/background.desktop.in.in | 2 +- capplets/mouse/Makefile.am | 6 +++--- capplets/mouse/mouse.desktop.in.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/capplets/background/background.desktop.in.in b/capplets/background/background.desktop.in.in index 1ca11fe06..a6eac8f18 100644 --- a/capplets/background/background.desktop.in.in +++ b/capplets/background/background.desktop.in.in @@ -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 diff --git a/capplets/mouse/Makefile.am b/capplets/mouse/Makefile.am index 4fe1d0be7..a0d4cb199 100644 --- a/capplets/mouse/Makefile.am +++ b/capplets/mouse/Makefile.am @@ -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 diff --git a/capplets/mouse/mouse.desktop.in.in b/capplets/mouse/mouse.desktop.in.in index 4c6a4ddd0..e2b5e35ce 100644 --- a/capplets/mouse/mouse.desktop.in.in +++ b/capplets/mouse/mouse.desktop.in.in @@ -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