Cleanup: convert gforge task ID's to phabricator format

Cleanup old tracker task format to the new. e.g: [#34039] to T34039

Ref D8718
This commit is contained in:
Valentin
2020-09-30 20:09:02 +10:00
committed by Campbell Barton
parent c0a563ffe8
commit 5ac4778056
166 changed files with 268 additions and 270 deletions

View File

@@ -2412,7 +2412,7 @@ static eAutoPropButsReturn template_operator_property_buts_draw_single(
/* no undo for buttons for operator redo panels */
UI_but_flag_disable(but, UI_BUT_UNDO);
/* only for popups, see [#36109] */
/* only for popups, see T36109. */
/* if button is operator's default property, and a text-field, enable focus for it
* - this is used for allowing operators with popups to rename stuff with fewer clicks
@@ -7058,7 +7058,7 @@ void uiTemplateKeymapItemProperties(uiLayout *layout, PointerRNA *ptr)
/* attach callbacks to compensate for missing properties update,
* we don't know which keymap (item) is being modified there */
for (; but; but = but->next) {
/* operator buttons may store props for use (file selector, [#36492]) */
/* operator buttons may store props for use (file selector, T36492) */
if (but->rnaprop) {
UI_but_func_set(but, keymap_item_modified, ptr->data, NULL);