瀏覽代碼

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 年之前
父節點
當前提交
f96fee0267
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>