Merge master into gtk3

This commit is contained in:
heckflosse
2016-10-28 17:59:47 +02:00
259 changed files with 5061 additions and 3654 deletions

View File

@@ -20,7 +20,7 @@
#include "multilangmgr.h"
#include "guiutils.h"
SaveFormatPanel::SaveFormatPanel () : listener (NULL)
SaveFormatPanel::SaveFormatPanel () : listener (nullptr)
{
@@ -127,7 +127,7 @@ void SaveFormatPanel::init (SaveFormat &sf)
{
FormatChangeListener* tmp = listener;
listener = NULL;
listener = nullptr;
if (sf.format == "jpg") {
format->set_active (0);