Skip to content

Commit

Permalink
* Fix issues with resource.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
iProgramMC committed Jun 1, 2024
1 parent 28401e9 commit c326848
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ IDI_HEADER_4 ICON "../res/icons/icon_header_4.ico"

IDI_HEADER_5 ICON "../res/icons/icon_header_5.ico"

IDI_BOOST ICON "C:\\DiscordMessenger\\dm\\res\\icons\\icon_boost.ico"
IDI_BOOST ICON "../res/icons/icon_boost.ico"

IDI_BOOST_2K ICON "C:\\DiscordMessenger\\dm\\res\\icons\\icon_boost_2k.ico"
IDI_BOOST_2K ICON "../res/icons/icon_boost_2k.ico"


/////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -921,13 +921,13 @@ END
// AVI
//

IDR_AVI_DOWNLOAD_HC AVI "../res/animations\\download_hc.avi"
IDR_AVI_DOWNLOAD_HC AVI "../res/animations/download_hc.avi"

IDR_AVI_DOWNLOAD_LC AVI "../res/animations\\download_lc.avi"
IDR_AVI_DOWNLOAD_LC AVI "../res/animations/download_lc.avi"

IDR_AVI_UPLOAD_HC AVI "../res/animations\\upload_hc.avi"
IDR_AVI_UPLOAD_HC AVI "../res/animations/upload_hc.avi"

IDR_AVI_UPLOAD_LC AVI "../res/animations\\upload_lc.avi"
IDR_AVI_UPLOAD_LC AVI "../res/animations/upload_lc.avi"


/////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit c326848

Please sign in to comment.