1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

error.ds.src: don't hardcode /usr/dt

This commit is contained in:
Pascal Stumpf 2013-07-23 00:19:04 +02:00 committed by Jon Trulson
parent aa470d2e3a
commit 6c42732461

View 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 #################################