diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-05-11 00:24:45 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-05-11 00:24:45 -0700 |
commit | c8b40e87f69f5be881725388418d703116af8e5f (patch) | |
tree | 2128cde77e3131f0fdba5f18a4915256335674b9 /startx.cpp | |
parent | 50f1172349dc900da4016c243734ae50691eab6c (diff) |
Rename launchd-id-prefix to bundle-id-prefix
It's used many other places than just for launchd.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'startx.cpp')
-rw-r--r-- | startx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ serverargs="" #ifdef __APPLE__ if [ "x$X11_PREFS_DOMAIN" = x ] ; then - export X11_PREFS_DOMAIN=LAUNCHD_ID_PREFIX".X11" + export X11_PREFS_DOMAIN=BUNDLE_ID_PREFIX".X11" fi XCOMM Initialize defaults (this will cut down on "safe" error messages) |