~ubuntu-branches/ubuntu/trusty/kvirc/trusty

« back to all changes in this revision

Viewing changes to src/modules/options/OptionsWidget_sound.cpp

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-05-18 19:36:33 UTC
  • mfrom: (24.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130518193633-d2caq4677ihxc93h
Tags: 4:4.2.0-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        {
109
109
                if(KviQString::equalCI(d->pcName,KVI_OPTION_STRING(KviOption_stringMp3TagsEncoding)))
110
110
                        iMatch = i + 1;
111
 
                m_pTagsEncodingCombo->insertItem(m_pTagsEncodingCombo->count(),d->pcName);
 
111
        m_pTagsEncodingCombo->insertItem(m_pTagsEncodingCombo->count(),d->pcName);
112
112
                i++;
113
113
                d = KviLocale::instance()->encodingDescription(i);
114
114
        }