diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-03-18 06:08:48 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-03-18 06:08:48 +0000 |
commit | 5d812893837cb4842277b134dcaf3820d31d5db9 (patch) | |
tree | 3fa76442807690f1d648038cf508de9c9958d8a2 /dpi | |
parent | 5f5e05347d4898766d1c06c41c6c56e23b71bcd7 (diff) |
[mq]: fix-dlwin_new-comment
Diffstat (limited to 'dpi')
-rw-r--r-- | dpi/downloads.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dpi/downloads.cc b/dpi/downloads.cc index 6d55fa4c..7ddba52b 100644 --- a/dpi/downloads.cc +++ b/dpi/downloads.cc @@ -1020,8 +1020,7 @@ DLAction DLWin::check_filename(char **p_fullname) } /* - * Add a new download request to the main window and - * fork a child to do the job. + * Delete a download request from the main window. */ void DLWin::del(int n_item) { |