diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-19 12:13:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 12:13:13 +0200 |
commit | c6515c1dad7e2d3698e78398f838ac60bd5d376f (patch) | |
tree | d10673a079c0815d14b2dd4c3500ebe9ea58f8fc /launcher/settings/Setting.h | |
parent | ddf168c5361f99f25b881d839c5eb30aff3d4ee9 (diff) | |
parent | 8201d1df0279693ab70a00e205a2612878b1d6b5 (diff) | |
download | PrismLauncher-c6515c1dad7e2d3698e78398f838ac60bd5d376f.tar.gz PrismLauncher-c6515c1dad7e2d3698e78398f838ac60bd5d376f.tar.bz2 PrismLauncher-c6515c1dad7e2d3698e78398f838ac60bd5d376f.zip |
Merge pull request #54 from Samisafool/develop
Diffstat (limited to 'launcher/settings/Setting.h')
-rw-r--r-- | launcher/settings/Setting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/settings/Setting.h b/launcher/settings/Setting.h index 9a5b8210..86007c13 100644 --- a/launcher/settings/Setting.h +++ b/launcher/settings/Setting.h @@ -33,7 +33,7 @@ public: * Construct a Setting * * Synonyms are all the possible names used in the settings object, in order of preference. - * First synonym is the ID, which identifies the setting in PolyMC. + * First synonym is the ID, which identifies the setting in Prism Launcher. * * defVal is the default value that will be returned when the settings object * doesn't have any value for this setting. |