diff options
-rw-r--r-- | dpi/downloads.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dpi/downloads.cc b/dpi/downloads.cc index 69750320..52de1c93 100644 --- a/dpi/downloads.cc +++ b/dpi/downloads.cc @@ -352,6 +352,7 @@ DLItem::DLItem(const char *full_filename, const char *url, DLAction action) prTitle = new Widget(24, 7, 290, 23, shortname); prTitle->box(RSHADOW_BOX); prTitle->align(ALIGN_LEFT|ALIGN_INSIDE|ALIGN_CLIP); + prTitle->set_flag (RAW_LABEL); // Attach this 'log_text' to the tooltip log_text_add("Target File: ", 13); log_text_add(fullname, strlen(fullname)); |