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 } |
135 |
135 |
136 |
136 |
137 def prepareUninstall(): |
137 def prepareUninstall(): |
138 """ |
138 """ |