[Wgui-cvs] wgui/includes wg_application.h,1.35,1.36
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-06-08 03:40:59
|
Update of /cvsroot/wgui/wgui/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21721/includes Modified Files: wg_application.h Log Message: Documentation fix. Index: wg_application.h =================================================================== RCS file: /cvsroot/wgui/wgui/includes/wg_application.h,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** wg_application.h 3 Jun 2004 18:40:51 -0000 1.35 --- wg_application.h 8 Jun 2004 03:40:49 -0000 1.36 *************** *** 185,191 **** //! This Global config is read-only. Any changes should be made to the wGui.conf file outside of the app //! wGui will search directories for the wGui.conf file in the following order, and will include the settings from each: ! //! 1) <system settings> (for *nix this is probably /etc/wGui/, for windows systems this is c:\documents and settings\default user\application data\wGui) ! //! 2) ~/ (home directory, for Windows NT builds, this is c:\documents and settings\<username>\application data\wGui) ! //! 3) Current Directory //! So any settings found in the current directory will override the settings in the global directory //! \return A const reference to the Global Configration --- 185,192 ---- //! This Global config is read-only. Any changes should be made to the wGui.conf file outside of the app //! wGui will search directories for the wGui.conf file in the following order, and will include the settings from each: ! //! - 1) <system settings> (for *nix this is probably /etc/wGui/, for windows systems this is c:\\documents and settings\\default user\\application data\\wGui) ! //! - 2) ~/ (home directory, for Windows NT builds, this is c:\\documents and settings\\<username>\\application data\\wGui) ! //! - 3) Current Directory ! //! . //! So any settings found in the current directory will override the settings in the global directory //! \return A const reference to the Global Configration |