summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2007-11-15 07:16:22 -0800
committerDaniel Burrows <dburrows@debian.org>2007-11-15 07:16:22 -0800
commitd4e4a5a7894f36dedf6dd2525095d2a4f98825ca (patch)
tree5bb59adb01c54146755f316318c5d7992937bef2 /src/ui.h
parentaf0aea1aeb61331ba3f3624dc0806e76db206d45 (diff)
downloadaptitude-d4e4a5a7894f36dedf6dd2525095d2a4f98825ca.tar.gz
Pass over the source tree with sed to eliminate a lot of the mindless search-and-replace I was having to do. (namespace aliases and cleanup are still needed)
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui.h b/src/ui.h
index ed79b065..99298db2 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -224,9 +224,9 @@ cwidget::fragment *wrapbox(cwidget::fragment *contents);
* utterly useless progress indication in this
* case)
* \param title if a new view is generated, this string is
- * used as its title; it will be transcoded.
+ * used as its title; it will be cwidget::util::transcoded.
* \param longtitle if a new view is generated, this string is
- * used as its long title; it will be transcoded.
+ * used as its long title; it will be cwidget::util::transcoded.
* \param abortslot the slot to trigger if the download is aborted.
*
* \return the new download manager and the download status widget.
@@ -302,7 +302,7 @@ void show_message(const std::wstring &msg,
* need a scrollbar on a 'reasonable' terminal); it will be
* paragraph-wrapped as necessary.
*
- * \param msg the message to display; will be transcoded
+ * \param msg the message to display; will be cwidget::util::transcoded
* \param okslot an optional slot to be called when the message is dismissed
*/
void show_message(const std::string &msg,