~ubuntu-branches/ubuntu/lucid/kdeadmin/lucid-proposed

« back to all changes in this revision

Viewing changes to kuser/ku_configdlg.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając, Michal Zajac, Jonathan Thomas
  • Date: 2009-12-02 16:40:24 UTC
  • mfrom: (1.2.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202164024-st9gsr54dquzdl03
Tags: 4:4.3.80-0ubuntu1
[ Michal Zajac ]
* New upstream beta release.
* debian/control - bump on Build-Depends
* debian/patches/
 - Removed both Kubuntu specific patches since they were upstreamed
 - Removed 01_system_config_printer_kde_cupsutils.diff because it's
   not used
 - Fixed 03_fix_runtime_fail_type_mismatch.diff 

[ Jonathan Thomas ]
* Bump build-depend version on kdepimlibs-dev to (>= 4:4.3.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    QFrame *frame = new QFrame ( page1 );
62
62
    ui.setupUi( frame );
63
63
    page1->addTab( frame, i18n("Password Policy") );
 
64
    ui.kcfg_smax->setSuffix(ki18np(" day", " days"));
 
65
    ui.kcfg_sinact->setSuffix(ki18np(" day", " days"));
 
66
    ui.kcfg_swarn->setSuffix(ki18np(" day", " days"));
 
67
    ui.kcfg_smin->setSuffix(ki18np(" day", " days"));
64
68
  }
65
69
  addPage( page1, i18n("General"), "kuser", i18n("General Settings") );
66
70