diff --git a/docs/changelog.txt b/docs/changelog.txt index 2c4aa5c9f2..064e718106 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -57,19 +57,19 @@ Template for new versions: ## New Features ## Fixes +- job descriptions of mix dye job will display proper dye names ## Misc Improvements ## Documentation ## API -- Added GUI focus strings for new_arena: ``/Loading`` and ``/Mods`` ## Lua ## Removed -# 52.03-1 +# 52.03-r1 ## New Tools @@ -83,6 +83,7 @@ Template for new versions: ## Documentation ## API +- Added GUI focus strings for new_arena: ``/Loading`` and ``/Mods`` ## Lua diff --git a/library/modules/Job.cpp b/library/modules/Job.cpp index 96344ddd6f..39ca701c23 100644 --- a/library/modules/Job.cpp +++ b/library/modules/Job.cpp @@ -655,6 +655,9 @@ std::string Job::getName(df::job *job) button->matgloss = job->mat_index; button->specflag = job->specflag; button->job_item_flag = job->material_category; + button->specdata = job->specdata; + button->art_specifier_id1 = job->art_spec.id; + button->art_specifier_id2 = job->art_spec.subid; button->text(&desc); delete button;