File: GUILocaleFix.sh

package info (click to toggle)
wxhexeditor 0.23%2Brepack-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 4,452 kB
  • sloc: cpp: 12,487; ansic: 6,222; makefile: 188; python: 35; sh: 7
file content (6 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
for x in ./src/HexEditorGui.cpp ./src/HexEditorGui.h ./src/HexEditorCtrl/HexEditorCtrlGui.cpp ./src/HexEditorCtrl/HexEditorCtrlGui.h;
do
   sed -i 's/wxT(/_(/g' $x;
   sed -i "s/_('\\\t')/wxT('\\\t')/g" $x;
done;