diff options
author | Daniel Burrows <dburrows@debian.org> | 2008-04-08 20:12:08 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2008-04-08 20:12:08 -0700 |
commit | 2237847989e049a8ef5b9fd0595a5fa347ba2038 (patch) | |
tree | ea4514f495178b9e0605c92f813133b0f20bea2a /src/ui.cc | |
parent | 0db3f1e2365fa0176bf4997817945cb29c700161 (diff) | |
download | aptitude-2237847989e049a8ef5b9fd0595a5fa347ba2038.tar.gz |
Bring Help -> About up-to-date.
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -967,7 +967,9 @@ cw::widget_ref make_ver_screen(const pkgCache::PkgIterator &pkg) static void do_help_about() { - cw::fragment *f=cw::fragf(_("Aptitude %s%n%nCopyright 2000-2005 Daniel Burrows.%n%naptitude comes with %BABSOLUTELY NO WARRANTY%b; for details see 'license' in the Help menu. This is free software, and you are welcome to redistribute it under certain conditions; see 'license' for details."), VERSION); + cw::fragment *f = cw::fragf(_("Aptitude %s%n%nCopyright 2000-2008 Daniel Burrows.%n" + "%n" + "aptitude comes with %BABSOLUTELY NO WARRANTY%b; for details see 'license' in the Help menu. This is free software, and you are welcome to redistribute it under certain conditions; see 'license' for details."), VERSION); cw::widget_ref w=cw::dialogs::ok(wrapbox(f)); w->show_all(); |