Renamed set_environment().
authorIain Patterson <me@iain.cx>
Thu, 23 Jan 2014 20:06:54 +0000 (20:06 +0000)
committerIain Patterson <me@iain.cx>
Thu, 23 Jan 2014 20:06:54 +0000 (20:06 +0000)
commit77855b77fa52ac6e844377a191c2ae836a32b5bd
treefeec0e81f464610ac229dcb414a94e555d0876d2
parente3b93d0c37ae200fa0375e4be6f435008050b385
Renamed set_environment().

The set_environment() function was poorly named.  It gets the
environment settings from the registry but doesn't actually set any
variables.  It is more appropriately named get_environment().
registry.cpp
registry.h
settings.cpp