16 |
16 |
17 # key names of the various recent entries |
17 # key names of the various recent entries |
18 recentNameMultiProject = "MultiProjects" |
18 recentNameMultiProject = "MultiProjects" |
19 recentNameProject = "Projects" |
19 recentNameProject = "Projects" |
20 recentNameFiles = "Files" |
20 recentNameFiles = "Files" |
|
21 recentNameHosts = "Hosts" |
21 |
22 |
22 def isWindowsPlatform(): |
23 def isWindowsPlatform(): |
23 """ |
24 """ |
24 Function to check, if this is a Windows platform. |
25 Function to check, if this is a Windows platform. |
25 |
26 |