macos: replace all use of `_NS()` on defines and variables
...with `NSTR()` to prevent unwanted assessment in translatable string searches, as per the previous commit. note that in a few cases it might actually be wrong for translation to be occurring, which will be addressed separately in the next commit(s).
parent
8038904e
No related branches found
No related tags found
Showing
- modules/gui/macosx/menus/VLCMainMenu.m 4 additions, 4 deletionsmodules/gui/macosx/menus/VLCMainMenu.m
- modules/gui/macosx/panels/VLCInformationWindowController.m 17 additions, 17 deletionsmodules/gui/macosx/panels/VLCInformationWindowController.m
- modules/gui/macosx/preferences/VLCSimplePrefsController.m 8 additions, 8 deletionsmodules/gui/macosx/preferences/VLCSimplePrefsController.m
- modules/gui/macosx/preferences/prefs.m 6 additions, 6 deletionsmodules/gui/macosx/preferences/prefs.m
- modules/gui/macosx/preferences/prefs_widgets.m 30 additions, 30 deletionsmodules/gui/macosx/preferences/prefs_widgets.m
- modules/gui/macosx/windows/VLCHelpWindowController.m 1 addition, 1 deletionmodules/gui/macosx/windows/VLCHelpWindowController.m
- modules/gui/macosx/windows/VLCOpenWindowController.m 2 additions, 2 deletionsmodules/gui/macosx/windows/VLCOpenWindowController.m
Loading
Please register or sign in to comment