Changeset 813 for GTP/trunk/Lib/Geom
- Timestamp:
- 04/25/06 11:52:08 (19 years ago)
- Location:
- GTP/trunk/Lib/Geom/shared/GeoTool/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GeoTool/src/GTAboutDialog.cpp
r774 r813 40 40 } 41 41 42 {42 /* { 43 43 fltk::SharedImage *gifLogo = logo->get("media\\logos\\GameTools.gif"); 44 44 … … 47 47 o->set_vertical(); 48 48 o->color((fltk::Color)0xe0dfe300); 49 } 49 }*/ 50 50 51 51 { -
GTP/trunk/Lib/Geom/shared/GeoTool/src/GeoMeshViewUI.cpp
r774 r813 2478 2478 } 2479 2479 2480 {2480 /* { 2481 2481 fltk::SharedImage *gifLogo = logo->get("media\\logos\\logo.gif"); 2482 2482 … … 2485 2485 mLogo = new fltk::InvisibleBox(406, 1, 43, 13); 2486 2486 mLogo->image(gifLogo); 2487 } 2487 }*/ 2488 2488 2489 2489 o->end(); -
GTP/trunk/Lib/Geom/shared/GeoTool/src/GeoTool.rc
r774 r813 55 55 // Icon with lowest ID value placed first to ensure application icon 56 56 // remains consistent on all systems. 57 GEOICON ICON ". \media\logos\GeoIcon.ico"57 GEOICON ICON "..\media\logos\GeoIcon.ico" 58 58 #endif // Español resources 59 59 /////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.