Przeglądaj źródła

Unnecessary use of TTR

volzhs 7 lat temu
rodzic
commit
216baf1c47
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      editor/project_manager.cpp

+ 1 - 1
editor/project_manager.cpp

@@ -213,7 +213,7 @@ private:
 		}
 		String sp = p.simplify_path();
 		project_path->set_text(sp);
-		set_message(TTR(" ")); // just so it does not disappear
+		set_message(" "); // just so it does not disappear
 		get_ok()->call_deferred("grab_focus");
 	}