diff options
-rw-r--r-- | src/dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.cc b/src/dialog.cc index 5b8d3a13..d3dfc214 100644 --- a/src/dialog.cc +++ b/src/dialog.cc @@ -123,7 +123,7 @@ void a_Dialog_text_window(const char *txt, const char *title) ReturnButton *b = new ReturnButton (0, wh-bh, ww, bh, "Close"); b->callback(window_close_cb, window); - window->resizable(window); + window->resizable(td); window->end(); window->show(); } |