Make out-of-memory error message a bit more informative.
authorCarl Hetherington <cth@carlh.net>
Fri, 18 Sep 2015 13:03:25 +0000 (14:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 18 Sep 2015 13:03:25 +0000 (14:03 +0100)
src/lib/job.cc

index c4632a83c6e9e9dbb036de90a3598d2abe5cd02e..c228defc541737542c67b5f08045a428b16d849c 100644 (file)
@@ -133,7 +133,7 @@ Job::run_wrapper ()
 
        } catch (std::bad_alloc& e) {
 
-               set_error (_("Out of memory"), _("There was not enough memory to do this."));
+               set_error (_("Out of memory"), _("There was not enough memory to do this.  If you are running a 32-bit operating system try reducing the number of encoding threads in the General tab of Preferences."));
                set_progress (1);
                set_state (FINISHED_ERROR);