KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 8 forks source link

RcFile: create unique ID #43

Closed narnaud closed 1 week ago

narnaud commented 1 week ago

There could be multiple ID_STATIC in a dialog, which is an issue to find the right translation. Fix that by incrementing the ID directly when converting the data, so at least it will be consistent dialog after dialog.

Take a look at convertDialog method in rc_convert.cpp

Note: most likely requires to change all the test data verification files for RC...