109:9c72858d4b7a | 110:c9a969db1469 |
---|---|
81 | 81 |
82 def displayString(): | 82 def displayString(): |
83 """ | 83 """ |
84 Public function to get the display string. | 84 Public function to get the display string. |
85 | 85 |
86 @return display string (QString) | 86 @return display string (string) |
87 """ | 87 """ |
88 exe = 'svn' | 88 exe = 'svn' |
89 if Utilities.isWindowsPlatform(): | 89 if Utilities.isWindowsPlatform(): |
90 exe += '.exe' | 90 exe += '.exe' |
91 if Utilities.isinpath(exe): | 91 if Utilities.isinpath(exe): |