summaryrefslogtreecommitdiff
path: root/otk/property.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/property.cc')
-rw-r--r--otk/property.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/property.cc b/otk/property.cc
index f76469d0..359bf8bd 100644
--- a/otk/property.cc
+++ b/otk/property.cc
@@ -30,7 +30,7 @@ OBProperty::OBProperty()
_atoms[Atom_Utf8] = create("UTF8_STRING");
#ifdef HAVE_GETPID
- _atoms[blackbox_pid] = create("_BLACKBOX_PID");
+ _atoms[openbox_pid] = create("_OPENBOX_PID");
#endif // HAVE_GETPID
_atoms[wm_colormap_windows] = create("WM_COLORMAP_WINDOWS");