Skip to content

Commit 3741eb3

Browse files
committed
v2.0-beta1.1
1 parent d9b34f2 commit 3741eb3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

curve_editor/constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace curve_editor::global {
2626
inline constexpr auto PLUGIN_VERSION = mkaul::Version{
2727
mkaul::VersionNumber{2},
2828
mkaul::PreviewType{mkaul::PreviewType::Type::Beta},
29-
mkaul::VersionNumber{1, 0, 2}
29+
mkaul::VersionNumber{1, 1, 0}
3030
};
3131
inline constexpr auto PLUGIN_DEVELOPER = "mimaraka";
3232
inline constexpr auto PLUGIN_TRANSLATOR = "Deepdive";

curve_editor/curve_editor.rc

1.8 KB
Binary file not shown.

curve_editor/resource.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#define IDD_DIALOG_UPDATE_NOTIFICATION 166
2222
#define IDD_UPDATE_NOTIFICATION 166
2323
#define IDD_PRESET_LIST_SETTING 168
24+
#define IDD_SCRIPT_HELP 172
2425
#define IDC_DRAG 512
2526
#define IDC_BUTTON_APPLY 768
2627
#define IDC_BUTTON_RESET 769
@@ -82,6 +83,7 @@
8283
#define IDC_RADIO_SORT_ASC 1076
8384
#define IDC_SYSLINK_DONATE 1077
8485
#define IDC_RADIO_SORT_DESC 1077
86+
#define IDC_LIST1 1078
8587
#define IDC_COMBO_LANGUAGE 1280
8688
#define IDC_COMBO_THEME 1281
8789
#define IDC_EDIT_BACKGROUND_IMAGE 1410
@@ -175,6 +177,7 @@
175177
#define IDS_LABEL_SORT_BY_NAME 8259
176178
#define IDS_LABEL_SORT_BY_DATE 8260
177179
#define IDS_LABEL_COLLECTION_EXPORT_OMIT_DATE 8320
180+
#define IDS_LABEL_COLLECTION_EXPORT_SET_INDENT 8321
178181
#define IDS_LABEL_COLLECTION_NAME_ALL 8448
179182
#define IDS_LABEL_COLLECTION_NAME_DEFAULT 8449
180183
#define IDS_LABEL_COLLECTION_NAME_ROOT 8450
@@ -257,9 +260,9 @@
257260
//
258261
#ifdef APSTUDIO_INVOKED
259262
#ifndef APSTUDIO_READONLY_SYMBOLS
260-
#define _APS_NEXT_RESOURCE_VALUE 172
263+
#define _APS_NEXT_RESOURCE_VALUE 174
261264
#define _APS_NEXT_COMMAND_VALUE 40200
262-
#define _APS_NEXT_CONTROL_VALUE 1078
265+
#define _APS_NEXT_CONTROL_VALUE 1080
263266
#define _APS_NEXT_SYMED_VALUE 101
264267
#endif
265268
#endif

0 commit comments

Comments
 (0)