Explorar el Código

removing lame version on the window title

Nicole Portas hace 1 mes
padre
commit
ac47ac6630
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/main.cpp

+ 1 - 2
src/main.cpp

@@ -85,8 +85,7 @@ struct LoadedItem {
 class RenamerWindow : public Gtk::Window {
 public:
     RenamerWindow() : m_Dispatcher() {
-        // --- VERSION 0.3.1 ---
-        set_title("Simple Image Renamer 0.3.1");
+        set_title("Simple Image Renamer");
         set_default_size(1280, 850);
         
         set_wmclass("simpleimagerenamer", "simpleimagerenamer");