Skip to content

Commit

Permalink
IPA to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
w0lek committed Nov 24, 2023
1 parent 13d7544 commit 7a88382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InteractivePathAnalysis/ncriticalpathparameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class NCriticalPathParameters {
const char* KEY_USER_VALUE = "userValue";
const char* KEY_DEFAULT_VALUE = "default";

const char* CATEGORY = "IPA";
const char* CATEGORY = "ipa";
const char* SUBCATEGORY_PATHLIST = "pathlist";
#ifdef ENABLE_FILTER_SAVE_SETTINGS_FEATURE
const char* SUBCATEGORY_FILTER = "filter";
Expand Down

0 comments on commit 7a88382

Please sign in to comment.