~ubuntu-branches/ubuntu/natty/bluedevil/natty

« back to all changes in this revision

Viewing changes to src/wizard/pages/introductionpage.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-09-16 14:53:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100916145324-0gj8ss49ja9wgt4j
Tags: 1.0~rc4-0ubuntu1
* New upstream release
  - Build against libbluedevil-dev 1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
using namespace BlueDevil;
29
29
IntroductionPage::IntroductionPage(QWidget* parent): QWizardPage(parent)
30
30
{
31
 
    setTitle(i18n("Introduction"));
 
31
    setTitle(i18nc("Introduction page title of the wizard", "Introduction"));
32
32
    setupUi(this);
33
33
 
34
34
    if (!Manager::self()->defaultAdapter()) {