-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
57 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#include "ResourceIds.hpp" | ||
|
||
'MDID' ID_ADDON_ID "Add-On Identifier" { | ||
826567491 | ||
4078716927 | ||
826567491 | ||
4078716927 | ||
} | ||
|
||
'GICN' ID_ADDON_ICON "AddOnIcon" { | ||
"AddOnIcon" | ||
"AddOnIcon" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
#include "ResourceIds.hpp" | ||
|
||
'STR#' ID_ADDON_INFO "Add-On Name and Description" { | ||
/* [ 1] */ "Dotbim Add-On" | ||
/* [ 2] */ "Add-On to import and export Dotbim (.bim) files.\n\nVersion 0.0.7" | ||
/* [ 1] */ "Dotbim Add-On" | ||
/* [ 2] */ "Add-On to import and export Dotbim (.bim) files.\n\nVersion 0.0.7" | ||
} | ||
|
||
'STR#' ID_ADDON_MENU "Strings for the Menu" { | ||
/* [ 1] */ "Export Dotbim File... ^E3 ^ES ^EE ^EI ^ED ^ET ^10001" | ||
/* [ 1] */ "Export Dotbim File... ^E3 ^ES ^EE ^EI ^ED ^ET ^10001" | ||
} | ||
|
||
'STR#' ID_ADDON_STRS "Add-on Strings" { | ||
/* [ 1] */ "Dotbim File" | ||
/* [ 2] */ "Merge Dotbim File" | ||
/* [ 3] */ "Dotbim Material %T" | ||
/* [ 1] */ "Dotbim File" | ||
/* [ 2] */ "Merge Dotbim File" | ||
/* [ 3] */ "Dotbim Material %T" | ||
} | ||
|
||
'STR#' ID_ADDON_PROP_STRS "Add-on Property Strings" { | ||
/* [ 1] */ "ID" | ||
/* [ 2] */ "Project Name" | ||
/* [ 3] */ "Generated By" | ||
/* [ 4] */ "Untitled" | ||
/* [ 1] */ "ID" | ||
/* [ 2] */ "Project Name" | ||
/* [ 3] */ "Generated By" | ||
/* [ 4] */ "Untitled" | ||
} | ||
|
||
'STR#' ID_ADDON_WARN3D_STRS "Switch to 3D Warning Strings" { | ||
/* [ 1] */ "Open 3D Window" | ||
/* [ 2] */ "To export the model you must open the 3D window. What would you like to do?" | ||
/* [ 3] */ "Open 3D" | ||
/* [ 4] */ "Cancel" | ||
/* [ 5] */ "Failed to import dotbim file." | ||
/* [ 6] */ "OK" | ||
/* [ 1] */ "Open 3D Window" | ||
/* [ 2] */ "To export the model you must open the 3D window. What would you like to do?" | ||
/* [ 3] */ "Open 3D" | ||
/* [ 4] */ "Cancel" | ||
/* [ 5] */ "Failed to import dotbim file." | ||
/* [ 6] */ "OK" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#pragma once | ||
|
||
#define ID_ADDON_INFO 32000 | ||
#define ID_ADDON_MENU 32001 | ||
#define ID_ADDON_STRS 32002 | ||
#define ID_ADDON_PROP_STRS 32003 | ||
#define ID_ADDON_WARN3D_STRS 32004 | ||
#define ID_ADDON_INFO 32000 | ||
#define ID_ADDON_MENU 32001 | ||
#define ID_ADDON_STRS 32002 | ||
#define ID_ADDON_PROP_STRS 32003 | ||
#define ID_ADDON_WARN3D_STRS 32004 | ||
|
||
#define ID_ADDON_ID 32500 | ||
#define ID_ADDON_ICON 10001 | ||
#define ID_ADDON_ID 32500 | ||
#define ID_ADDON_ICON 10001 |