rename gnomepanelproxy to gnome-panel-control
This commit is contained in:
parent
4f6908feed
commit
d826a88728
3 changed files with 8 additions and 8 deletions
12
Makefile.am
12
Makefile.am
|
@ -27,7 +27,7 @@ lib_LTLIBRARIES = \
|
||||||
bin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
openbox/openbox \
|
openbox/openbox \
|
||||||
tools/kdetrayproxy/kdetrayproxy \
|
tools/kdetrayproxy/kdetrayproxy \
|
||||||
tools/gnomepanelproxy/gnomepanelproxy
|
tools/gnome-panel-control/gnome-panel-control
|
||||||
|
|
||||||
## render ##
|
## render ##
|
||||||
|
|
||||||
|
@ -202,14 +202,14 @@ tools_kdetrayproxy_kdetrayproxy_SOURCES = \
|
||||||
tools/kdetrayproxy/kdetrayproxy.c
|
tools/kdetrayproxy/kdetrayproxy.c
|
||||||
|
|
||||||
|
|
||||||
## gnomepanelproxy ##
|
## gnome-panel-control ##
|
||||||
|
|
||||||
tools_gnomepanelproxy_gnomepanelproxy_CPPFLAGS = \
|
tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
|
||||||
$(X_CFLAGS)
|
$(X_CFLAGS)
|
||||||
tools_gnomepanelproxy_gnomepanelproxy_LDADD = \
|
tools_gnome_panel_control_gnome_panel_control_LDADD = \
|
||||||
$(X_LIBS)
|
$(X_LIBS)
|
||||||
tools_gnomepanelproxy_gnomepanelproxy_SOURCES = \
|
tools_gnome_panel_control_gnome_panel_control_SOURCES = \
|
||||||
tools/gnomepanelproxy/gnomepanelproxy.c
|
tools/gnome-panel-control/gnome-panel-control.c
|
||||||
|
|
||||||
|
|
||||||
## themes ##
|
## themes ##
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.deps
|
.deps
|
||||||
.dirstamp
|
.dirstamp
|
||||||
.libs
|
.libs
|
||||||
gnomepanelproxy
|
gnome-panel-control
|
||||||
|
|
|
@ -31,7 +31,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!a) {
|
if (!a) {
|
||||||
printf("Usage: gnomepanelproxy ACTION\n\n");
|
printf("Usage: gnome-panel-control ACTION\n\n");
|
||||||
printf("Actions:\n");
|
printf("Actions:\n");
|
||||||
printf(" --help Display this help and exit\n");
|
printf(" --help Display this help and exit\n");
|
||||||
printf(" --main-menu Show the main menu\n");
|
printf(" --main-menu Show the main menu\n");
|
||||||
|
|
Loading…
Reference in a new issue