~ubuntu-branches/ubuntu/quantal/fet/quantal

« back to all changes in this revision

Viewing changes to src/interface/activitiesform_template.ui

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2008-05-05 22:28:46 UTC
  • mfrom: (1.1.6 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080505222846-l34al11t2vivuh3h
Tags: 5.5.5-1ubuntu1
* Merge from debian unstable (LP: #227080), remaining changes:
  - Include .desktop file and logo

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
                                        </widget>
150
150
                                        <widget class="QLabel">
151
151
                                            <property name="name">
152
 
                                                <cstring>subjectTagsTextLabel</cstring>
 
152
                                                <cstring>ActivityTagsTextLabel</cstring>
153
153
                                            </property>
154
154
                                            <property name="text">
155
 
                                                <string>Subject tag</string>
 
155
                                                <string>Activity tag</string>
156
156
                                            </property>
157
157
                                        </widget>
158
158
                                        <widget class="QComboBox">
159
159
                                            <property name="name">
160
 
                                                <cstring>subjectTagsComboBox</cstring>
 
160
                                                <cstring>activityTagsComboBox</cstring>
161
161
                                            </property>
162
162
                                        </widget>
163
163
                                    </vbox>
262
262
        <slot>modifyActivity()</slot>
263
263
    </connection>
264
264
    <connection>
265
 
        <sender>subjectTagsComboBox</sender>
 
265
        <sender>activityTagsComboBox</sender>
266
266
        <signal>activated(const QString&amp;)</signal>
267
267
        <receiver>ActivitiesForm_template</receiver>
268
268
        <slot>filterChanged()</slot>