~ubuntu-branches/ubuntu/precise/stellarium/precise

« back to all changes in this revision

Viewing changes to plugins/Oculars/src/Oculars.cpp

  • Committer: Andrew Starr-Bochicchio
  • Date: 2010-03-30 00:04:15 UTC
  • mfrom: (7.1.1 stellarium)
  • Revision ID: a.starr.b@gmail.com-20100330000415-0wsxd2ha67125l0f
Tags: 0.10.4-0ubuntu1
New upstream release. (LP: #548963)

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
                        string1.append(" : ").append(ocular->getName());
171
171
                }
172
172
                QString string2 = "Ocular aFOV: " + QVariant(ocular->getAppearentFOV()).toString() + QChar(0x00B0);
173
 
                QString string4 = "Telescope #" + QVariant(selectedOcularIndex).toString();
 
173
                QString string4 = "Telescope #" + QVariant(selectedTelescopeIndex).toString();
174
174
                if (telescope->getName() != QString(""))  {
175
175
                        string4.append(" : ").append(telescope->getName());
176
176
                }