126 |
126 |
127 @return dictionary with key "zzz_subversionPage" containing the relevant |
127 @return dictionary with key "zzz_subversionPage" containing the relevant |
128 data |
128 data |
129 """ |
129 """ |
130 return { |
130 return { |
131 "zzz_subversionPage": \ |
131 "zzz_subversionPage": |
132 [QApplication.translate("VcsSubversionPlugin", "Subversion"), |
132 [QApplication.translate("VcsSubversionPlugin", "Subversion"), |
133 os.path.join("VcsPlugins", "vcsSubversion", "icons", |
133 os.path.join("VcsPlugins", "vcsSubversion", "icons", |
134 "preferences-subversion.png"), |
134 "preferences-subversion.png"), |
135 createConfigurationPage, "vcsPage", None], |
135 createConfigurationPage, "vcsPage", None], |
136 } |
136 } |
137 |
137 |
138 |
138 |
139 def prepareUninstall(): |
139 def prepareUninstall(): |
140 """ |
140 """ |