소스 검색

Change OK text in snap dialog to OK

(cherry picked from commit 8f8585822401ce5f216976afb4d2f4d05890b9ac)
Aaron Franke 5 년 전
부모
커밋
7021991cd9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      editor/plugins/canvas_item_editor_plugin.cpp

+ 0 - 1
editor/plugins/canvas_item_editor_plugin.cpp

@@ -86,7 +86,6 @@ public:
 		GridContainer *child_container;
 
 		set_title(TTR("Configure Snap"));
-		get_ok()->set_text(TTR("Close"));
 
 		container = memnew(VBoxContainer);
 		add_child(container);