or "applets" for other packages. The epplets package contains the base epplet API library and header files, as well as the core set of epplets, including CPU monitors, clocks, a mail checker, mixers, a slideshow, a URL grabber, a panel-like toolbar, and more.
13 lines
431 B
Text
13 lines
431 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2004/08/31 13:24:10 airhead Exp $
|
|
|
|
--- api/epplet.c.orig 2003-04-07 03:02:18.000000000 +0200
|
|
+++ api/epplet.c
|
|
@@ -5472,7 +5472,7 @@ Epplet_show_about(char *name)
|
|
{
|
|
char s[1024];
|
|
|
|
- Esnprintf(s, sizeof(s), EBIN "/dox " EROOT "/epplet_data/%s/%s.ABOUT",
|
|
+ Esnprintf(s, sizeof(s), EBIN "/edox " EROOT "/epplet_data/%s/%s.ABOUT",
|
|
name, name);
|
|
Epplet_spawn_command(s);
|
|
}
|