Pārlūkot izejas kodu

BUG: fix dialog box text from Cancel to Close

Per suggestion from J2 - this fits better
with the actual behavior of the widget.
Steve Pieper 13 gadi atpakaļ
vecāks
revīzija
f96fee0267

+ 1 - 1
Libs/DICOM/Widgets/Resources/UI/ctkDICOMQueryRetrieveWidget.ui

@@ -93,7 +93,7 @@
       <item>
        <widget class="QPushButton" name="CancelButton">
         <property name="text">
-         <string>Cancel</string>
+         <string>Close</string>
         </property>
        </widget>
       </item>