commit 080306254c48918ac0f9f77c41c19f5500476435
parent 0f8f8959824c748f631efb697d688439e0b4a09b
Author: cfillion <cfillion@users.noreply.github.com>
Date: Tue, 7 Jun 2016 00:37:30 -0400
failure to create transaction is not a "fatal" error
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/reapack.cpp b/src/reapack.cpp
@@ -408,7 +408,7 @@ Transaction *ReaPack::setupTransaction()
desc.c_str()
);
- MessageBox(m_mainWindow, msg, AUTO_STR("ReaPack \u2013 Fatal Error"), MB_OK);
+ MessageBox(m_mainWindow, msg, AUTO_STR("ReaPack"), MB_OK);
return nullptr;
}