From 6c42732461d51f4172735257768daf64cb7ba808 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Tue, 23 Jul 2013 00:19:04 +0200 Subject: [PATCH] error.ds.src: don't hardcode /usr/dt --- cde/programs/types/error.ds.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/types/error.ds.src b/cde/programs/types/error.ds.src index 189167ab..72301344 100644 --- a/cde/programs/types/error.ds.src +++ b/cde/programs/types/error.ds.src @@ -24,7 +24,7 @@ QuitCB() XCOMM When the Help button is pressed, map a help window. HelpCB() { - /usr/dt/bin/dthelpview -helpVolume Misctopic -locationId ConfigurePrintersSubpanelTA + CDE_INSTALLATION_TOP/bin/dthelpview -helpVolume Misctopic -locationId ConfigurePrintersSubpanelTA } XCOMM ################# Create the Main UI ################################# -- 2.25.1