Skip to content

Commit 58404e0

Browse files
authored
Add GLOBE_ICON_FN to main.rc (#571)
* Add GLOBE_ICON_FN to main.rc * Update pull_request_template.md
1 parent 1d5f39a commit 58404e0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ Include [Closing words](https://docs.github.com/en/issues/tracking-your-work-wit
1313
- [ ] Does your PR add, remove, or rename any plugin parameters? If yes...
1414
- [ ] Have you ensured that the plug-in unserializes correctly?
1515
- [ ] Have you ensured that _older_ versions of the plug-in load correctly? (See [`Unserialization.cpp`](https://github.com/sdatkinson/NeuralAmpModelerPlugin/blob/main/NeuralAmpModeler/Unserialization.cpp).)
16+
- [ ] Does your PR add or remove any graphical assets? If yes, are they defined in [config.h](https://github.com/olilarkin/NeuralAmpModelerPlugin/blob/main/NeuralAmpModeler/config.h) and added in the two required locations in [main.rc](https://github.com/olilarkin/NeuralAmpModelerPlugin/blob/main/NeuralAmpModeler/resources/main.rc)?
1617

NeuralAmpModeler/resources/main.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ BEGIN
153153
"MICHROMA_FN TTF MICHROMA_FN\r\n"
154154
"FILE_FN SVG FILE_FN\r\n"
155155
"GEAR_FN SVG GEAR_FN\r\n"
156+
"GLOBE_ICON_FN SVG GLOBE_ICON_FN\r\n"
156157
"CLOSE_BUTTON_FN SVG CLOSE_BUTTON_FN\r\n"
157158
"LEFT_ARROW_FN SVG LEFT_ARROW_FN\r\n"
158159
"RIGHT_ARROW_FN SVG RIGHT_ARROW_FN\r\n"
@@ -263,6 +264,7 @@ ROBOTO_FN TTF ROBOTO_FN
263264
MICHROMA_FN TTF MICHROMA_FN
264265
FILE_FN SVG FILE_FN
265266
GEAR_FN SVG GEAR_FN
267+
GLOBE_ICON_FN SVG GLOBE_ICON_FN
266268
CLOSE_BUTTON_FN SVG CLOSE_BUTTON_FN
267269
LEFT_ARROW_FN SVG LEFT_ARROW_FN
268270
RIGHT_ARROW_FN SVG RIGHT_ARROW_FN

0 commit comments

Comments
 (0)