// This one is required for XUL Runner
pref("toolkit.defaultChromeURI", "chrome://open_ils_staff_client/content/main/main.xul");
+// We'll use this one to help brand some build information into the client, and rely on subversion keywords
+pref("open-ils.repository.headURL","$HeadURL$");
+pref("open-ils.repository.author","$Author$");
+pref("open-ils.repository.revision","$Revision$");
+pref("open-ils.repository.date","$Date$");
+pref("open-ils.repository.id","$Id$");
+
// We need something like this to get window.open to work in some places (where it complains about
// navigator.xul not being registered. But is about:blank the best value to use here?
pref("browser.chromeURL","about:blank");