Plugins/PluginVcsSubversion.py

changeset 3034
7ce719013078
parent 3022
57179e4cdadd
child 3036
30c81c9e88b8
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
124 124
125 @return dictionary with key "zzz_subversionPage" containing the relevant 125 @return dictionary with key "zzz_subversionPage" containing the relevant
126 data 126 data
127 """ 127 """
128 return { 128 return {
129 "zzz_subversionPage": \ 129 "zzz_subversionPage":
130 [QApplication.translate("VcsSubversionPlugin", "Subversion"), 130 [QApplication.translate("VcsSubversionPlugin", "Subversion"),
131 os.path.join("VcsPlugins", "vcsSubversion", "icons", 131 os.path.join("VcsPlugins", "vcsSubversion", "icons",
132 "preferences-subversion.png"), 132 "preferences-subversion.png"),
133 createConfigurationPage, "vcsPage", None], 133 createConfigurationPage, "vcsPage", None],
134 } 134 }

eric ide

mercurial