diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-08 23:20:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-08 23:20:40 +0100 |
| commit | 96d77b1289c8e535e97154bae4561d0e589c7f22 (patch) | |
| tree | 6b2b6277f09e9c342422b8e776171d6a5e9febcb /src/tools | |
| parent | c2f6804ccc6a2481e0074fe6fa040de57d6b1c73 (diff) | |
More hackz.attic/opengl
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index f6427e68e..35d5a8679 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -278,7 +278,7 @@ public: setvbuf(hf_in, NULL, _IONBF, 128); *stdin = *hf_in; - cout << "DCP-o-matic is starting." << "\n"; + cout << "DCP-o-matic is starting (in GL land)." << "\n"; } #endif |
