From: Pascal Stumpf Date: Mon, 22 Jul 2013 22:19:04 +0000 (+0200) Subject: error.ds.src: don't hardcode /usr/dt X-Git-Tag: 2.2.1~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c42732461d51f4172735257768daf64cb7ba808;p=oweals%2Fcde.git error.ds.src: don't hardcode /usr/dt --- 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 #################################