Browse Source

UI: Just use 'OK' button for license agreement dialog

An "I Agree" or "I Disagree" button isn't necessary for GPL.
jp9000 9 years ago
parent
commit
cdd788c4be
1 changed files with 1 additions and 34 deletions
  1. 1 34
      UI/forms/OBSLicenseAgreement.ui

+ 1 - 34
UI/forms/OBSLicenseAgreement.ui

@@ -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">
@@ -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>
@@ -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>