This commit is contained in:
John Jenko 2008-10-03 14:07:10 +00:00
parent c113da491f
commit 40dcb9a2a3

View File

@ -37,6 +37,11 @@ namespace VEPROMS
{
InitializeComponent();
// TEMPORARY - FOR INSTALL OF DEMO ON MACHINE OTHER THAN AT VOLIAN
// TODO: REMOVE ONCE RO.FST INFO IS PLACE IN SQL DATABASE
if (!System.IO.File.Exists(_PathToROs))
_PathToROs = @"C:\proms2010\vehlp\ro\ro.fst";
// set the color of the ribbon
RibbonPredefinedColorSchemes.ChangeOffice2007ColorTable((eOffice2007ColorScheme)Settings.Default.SystemColor);