Merge master into gtk3
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "rtimage.h"
|
||||
|
||||
RenameDialog::RenameDialog (Gtk::Window* parent)
|
||||
: Gtk::Dialog (M("FILEBROWSER_RENAMEDLGLABEL"), *parent, true), p(parent), imageData(NULL)
|
||||
: Gtk::Dialog (M("FILEBROWSER_RENAMEDLGLABEL"), *parent, true), p(parent), imageData(nullptr)
|
||||
{
|
||||
|
||||
Gtk::Table* names = Gtk::manage (new Gtk::Table (2, 2));
|
||||
|
||||
Reference in New Issue
Block a user