Skip to content

Commit d5647a6

Browse files
committed
Rename BUSMASTER.ico
1 parent 3f3cfc8 commit d5647a6

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Sources/BUSMASTER/Application/BUSMASTER.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ END
13251325

13261326
// Icon with lowest ID value placed first to ensure application icon
13271327
// remains consistent on all systems.
1328-
IDR_MAINFRAME ICON "res\\BUSMASTER.ico"
1328+
IDR_MAINFRAME ICON "res\\novobusanalyzer.ico"
13291329
IDR_PGM_EDTYPE ICON "res\\BUSMASTERDoc.ico"
13301330
IDI_ICON_MSGWND ICON "Res\\MsgWnd.ico"
13311331
IDI_ICO_WRITE ICON "Res\\write.ico"

Sources/BUSMASTER/Application/BUSMASTERJPN.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ END
12881288

12891289
// Icon with lowest ID value placed first to ensure application icon
12901290
// remains consistent on all systems.
1291-
IDR_MAINFRAME ICON "res\\BUSMASTER.ico"
1291+
IDR_MAINFRAME ICON "res\\novobusanalyzer.ico"
12921292
IDR_PGM_EDTYPE ICON "res\\BUSMASTERDoc.ico"
12931293
//IDI_ICO_LOG ICON "res\\Log.ico"
12941294
IDI_ICON_MSGWND ICON "Res\\MsgWnd.ico"
File renamed without changes.

packaging/NovoBusAnalyzer_installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of NovoBusAnalyzer on your system."
3737
!define MUI_HEADERIMAGE
3838
!define MUI_HEADERIMAGE_BITMAP "headerimage.bmp"
39-
!define MUI_ICON "..\Sources\BUSMASTER\Application\Res\BUSMASTER.ico"
39+
!define MUI_ICON "..\Sources\BUSMASTER\Application\Res\novobusanalyzer.ico"
4040
!define MUI_UNICON "..\Sources\BUSMASTER\Application\Res\Uninstaller.ico"
4141

4242
!define Flexray_Key "1"

0 commit comments

Comments
 (0)