Changeset ec54b4490b in tspsg for resources
- Timestamp:
- Aug 2, 2009, 1:50:14 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 9aa0e521ed
- Parents:
- 430bd7f7e9
- Location:
- resources
- Files:
-
- 2 deleted
- 2 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
resources/tspsg.qrc
r430bd7f7e9 rec54b4490b 1 1 <RCC> 2 2 <qresource prefix="/images" > 3 <file>About.bmp</file> 4 <file>Icon.png</file> 5 <file>Settings.png</file> 6 <file>Task.bmp</file> 3 <file>about.bmp</file> 4 <file>icon.png</file> 7 5 <file>icons/button_cancel.png</file> 8 6 <file>icons/button_ok.png</file> -
resources/tspsg.rc
r430bd7f7e9 rec54b4490b 15 15 16 16 // Main Icon 17 IDI_APPICON ICON " Icon.ico"17 IDI_APPICON ICON "icon.ico" 18 18 19 19 // Version Info … … 39 39 BLOCK "000004b0" 40 40 BEGIN 41 VALUE "Comments", BUILD_STATUS41 // VALUE "Comments", BUILD_STATUS 42 42 VALUE "CompanyName", "..::Lёppsville::.. Homes" 43 43 VALUE "FileDescription", "TSPSG: TSP Solver and Generator"
Note: See TracChangeset
for help on using the changeset viewer.