~mapeditor.org/tiled/snapshot

« back to all changes in this revision

Viewing changes to translations/translations.pro

  • Committer: Thorbjørn Lindeijer
  • Date: 2011-02-27 21:52:31 UTC
  • mfrom: (563.1.18)
  • Revision ID: git-v1:5c6e0769d046023af8cb37b93fd9dc163558b24d
Merge branch '0.6'

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
# Helper function to adapt the slashes in a path to the system
14
14
defineReplace(fixSlashes) {
15
 
    win32:1 ~= s|/|\|g
 
15
    win32:1 ~= s|/|\\|g
16
16
    return($$1)
17
17
}
18
18