Browse Source

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 years ago
parent
commit
f96fee0267
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/DICOM/Widgets/Resources/UI/ctkDICOMQueryRetrieveWidget.ui

+ 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>