Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Template for new versions:

## Fixes
- `advtools`: fix dfhack-added conversation options not appearing in the ask whereabouts conversation tree
- `gui/rename`: fix error when changing the language of a unit's name

## Misc Improvements
- `assign-preferences`: new ``--show`` option to display the preferences of the selected unit
Expand Down
2 changes: 1 addition & 1 deletion gui/rename.lua
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ function Rename:set_language(val, prev_val)
sync_name()
else
sync_name.language = val
sync_name.first_name = self.target.first_name
sync_name.first_name = self.target.name.first_name
end
end
end
Expand Down
Loading