svx/source/dialog/SafeModeDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6e3ff896e7422b4a438cbe5c1c9d97027c468c5c Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> Date: Wed Nov 16 13:51:35 2016 +0100 Fix crash when opening ProfileExportedDialog Change-Id: I9137cc2b925f67af6b6dc7106327de76c28c74ac Reviewed-on: https://gerrit.libreoffice.org/30904 Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> diff --git a/svx/source/dialog/SafeModeDialog.cxx b/svx/source/dialog/SafeModeDialog.cxx index dbf445d..7dfb9c1 100644 --- a/svx/source/dialog/SafeModeDialog.cxx +++ b/svx/source/dialog/SafeModeDialog.cxx @@ -352,7 +352,7 @@ namespace { }; ProfileExportedDialog::ProfileExportedDialog() - : ModalDialog(nullptr, "SafeModeQueryDialog", "svx/ui/profileexporteddialog.ui") + : ModalDialog(nullptr, "ProfileExportedDialog", "svx/ui/profileexporteddialog.ui") { get<Button>("openfolder")->SetClickHdl(LINK(this, ProfileExportedDialog, OpenHdl)); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits