Basic support for emailing a report of a problem (#43).
[dcpomatic.git] / src / lib / util.h
index 1bbdfb2cf23dc56864241f1669b6cc87f8feea97..93d0587c5a3200dcb45b270743311c5b9f3b6778 100644 (file)
@@ -44,8 +44,9 @@ extern "C" {
 
 /** The maximum number of audio channels that we can have in a DCP */
 #define MAX_DCP_AUDIO_CHANNELS 12
-
 #define DCPOMATIC_HELLO "Boys, you gotta learn not to talk to nuns that way"
+#define HISTORY_SIZE 10
+#define REPORT_PROBLEM _("Please report this problem by using Help -> Report a problem or via email to carl@dcpomatic.com")
 
 class Job;
 struct AVSubtitle;