error.ds.src: don't hardcode /usr/dt
authorPascal Stumpf <Pascal.Stumpf@cubes.de>
Mon, 22 Jul 2013 22:19:04 +0000 (00:19 +0200)
committerJon Trulson <jon@radscan.com>
Mon, 22 Jul 2013 23:25:00 +0000 (17:25 -0600)
cde/programs/types/error.ds.src

index 189167ab96a87e6478a65aa1691a1045f70f96cb..72301344f3a3688b9bdac34bb0a4bf937396f9dd 100644 (file)
@@ -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 #################################