~ubuntu-branches/ubuntu/precise/virtualbox/precise-updates

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-07-04 13:02:31 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110704130231-l843es6wqhx614n7
Tags: 4.0.10-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Add the Modaliases control field manually for maximum backportability.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
    else if (!m_fSilent)
209
209
        m_pWarningPane->setWarningText(m_strWarningHint);
210
210
 
 
211
#ifndef VBOX_GUI_WITH_TOOLBAR_SETTINGS
 
212
    /* Retranslate current page headline: */
 
213
    m_pLbTitle->setText(m_pSelector->itemText(m_pSelector->currentId()));
 
214
#endif /* VBOX_GUI_WITH_TOOLBAR_SETTINGS */
 
215
 
211
216
    /* Get the list of validators: */
212
217
    QList<QIWidgetValidator*> validatorsList = findChildren<QIWidgetValidator*>();
213
218
    /* Retranslate all validators: */