Skip to content

Commit

Permalink
UI: Just use 'OK' button for license agreement dialog
Browse files Browse the repository at this point in the history
An "I Agree" or "I Disagree" button isn't necessary for GPL.
  • Loading branch information
jp9000 committed Sep 28, 2016
1 parent aadc726 commit cdd788c
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions UI/forms/OBSLicenseAgreement.ui
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,6 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>LicenseAgreement.ClickIAgreeToContinue</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
Expand All @@ -87,14 +77,7 @@
<item>
<widget class="QPushButton" name="agree">
<property name="text">
<string>LicenseAgreement.IAgree</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="decline">
<property name="text">
<string>LicenseAgreement.Exit</string>
<string>OK</string>
</property>
</widget>
</item>
Expand All @@ -121,21 +104,5 @@
</hint>
</hints>
</connection>
<connection>
<sender>decline</sender>
<signal>clicked()</signal>
<receiver>OBSLicenseAgreement</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>312</x>
<y>410</y>
</hint>
<hint type="destinationlabel">
<x>424</x>
<y>418</y>
</hint>
</hints>
</connection>
</connections>
</ui>

0 comments on commit cdd788c

Please sign in to comment.