From e21479ccc48ed8383a6ab72f45c43e12e8dffa69 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Aug 2014 21:26:04 +0300 Subject: Remove default values from okdialog constructor. --- src/commands.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index c8718127f..12207be20 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1342,8 +1342,8 @@ static int uploadUpdate(void *ptr, else { // TRANSLATORS: file uploaded message - new OkDialog(_("File uploaded"), str, - DialogType::OK, true, false); + new OkDialog(_("File uploaded"), str, DialogType::OK, + true, false, nullptr, 260); } } } -- cgit v1.2.3-60-g2f50