Changeset 5289 for branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients
- Timestamp:
- 01/13/11 00:03:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients/OKBItem.cs
r4918 r5289 42 42 get { 43 43 if (Modified) 44 return HeuristicLab.Common.Resources.VS 2008ImageLibrary.DatabaseModified;44 return HeuristicLab.Common.Resources.VSImageLibrary.DatabaseModified; 45 45 else 46 return HeuristicLab.Common.Resources.VS 2008ImageLibrary.Database;46 return HeuristicLab.Common.Resources.VSImageLibrary.Database; 47 47 } 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.