summaryrefslogtreecommitdiff
path: root/app/bin/dpricels.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/dpricels.c')
-rw-r--r--app/bin/dpricels.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/bin/dpricels.c b/app/bin/dpricels.c
index 06931fe..9f27dc1 100644
--- a/app/bin/dpricels.c
+++ b/app/bin/dpricels.c
@@ -164,7 +164,8 @@ static void DoPriceList( void * junk )
{
if (priceListW == NULL) {
priceListW = ParamCreateDialog( &priceListPG, MakeWindowTitle(_("Price List")),
- _("Done"), PriceListOk, wHide, TRUE, NULL, F_RESIZE, PriceListDlgUpdate );
+ _("Done"), PriceListOk, ParamCancel_Null, TRUE, NULL, F_RESIZE,
+ PriceListDlgUpdate );
}
wShow( priceListW );
PriceListChange( CHANGE_SCALE|CHANGE_PARAMS );