35 |
35 |
36 self.vcs = vcs |
36 self.vcs = vcs |
37 self.__repoPath = path |
37 self.__repoPath = path |
38 |
38 |
39 self.__styles = ["paper", "coal", "gitweb", "monoblue", "spartan", ] |
39 self.__styles = ["paper", "coal", "gitweb", "monoblue", "spartan", ] |
|
40 |
|
41 self.setWindowTitle(self.trUtf8("Mercurial Server")) |
40 |
42 |
41 self.__startAct = QAction( |
43 self.__startAct = QAction( |
42 UI.PixmapCache.getIcon( |
44 UI.PixmapCache.getIcon( |
43 os.path.join("VcsPlugins", "vcsMercurial", "icons", "startServer.png")), |
45 os.path.join("VcsPlugins", "vcsMercurial", "icons", "startServer.png")), |
44 self.trUtf8("Start Server"), self) |
46 self.trUtf8("Start Server"), self) |