summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-26 00:22:40 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-26 02:21:16 +0100
commit818e4bec3fd59a4ff7619a1b449c4eda71cb84fb (patch)
treeb0be2ffc8113abe037c3f4652b2db09b4e54cf47 /src/tools
parent2d777cdbd6017463fe6bd62e2d982d273811d7de (diff)
Allow use of different nanomsg socket URLs for different purposes.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_disk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc
index b47addce9..d4b6a954c 100644
--- a/src/tools/dcpomatic_disk.cc
+++ b/src/tools/dcpomatic_disk.cc
@@ -108,7 +108,7 @@ class DOMFrame : public wxFrame
public:
explicit DOMFrame (wxString const & title)
: wxFrame (nullptr, wxID_ANY, title)
- , _nanomsg (true)
+ , _nanomsg(true, "disk")
, _sizer (new wxBoxSizer(wxVERTICAL))
{
#ifdef DCPOMATIC_OSX