summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-25 16:33:55 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-25 16:33:55 +0100
commit7edf8e601ed2ede5b6758840fb9d8940393cf7e2 (patch)
treea3c5b068c226cd503219ba0bf6a02a4209dad6cd /src/lib/util.h
parent49e401f651ccf6c409fc84f57aa205f1920ef070 (diff)
Basic recent files list in the File menu.
Suggested-by: Carsten Kurz
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 70bf495c6..675c8d03e 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -44,8 +44,8 @@ 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
namespace libdcp {
class Signer;