~treaves/stellarium/SearchGoto

« back to all changes in this revision

Viewing changes to src/gui/ViewDialog.cpp

  • Committer: Timothy Reaves
  • Date: 2011-02-01 13:17:34 UTC
  • mfrom: (4870.1.4 signalsAndSlots)
  • Revision ID: treaves@silverfieldstech.com-20110201131734-dlixznpj88f2bmyk
Refactoring to use signals/slots for module-related functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
void ViewDialog::createDialogContent()
84
84
{
85
85
        ui->setupUi(dialog);
 
86
        connect(&StelApp::getInstance(), SIGNAL(languageChanged()), this, SLOT(languageChanged()));
86
87
 
87
88
        // Set the Sky tab activated by default
88
89
        ui->stackedWidget->setCurrentIndex(0);