118 @return dictionary with key "zzz_subversionPage" containing the relevant |
118 @return dictionary with key "zzz_subversionPage" containing the relevant |
119 data |
119 data |
120 """ |
120 """ |
121 return { |
121 return { |
122 "zzz_subversionPage": |
122 "zzz_subversionPage": |
123 [QApplication.translate("VcsPySvnPlugin", "Subversion"), |
123 [QApplication.translate("VcsPySvnPlugin", "Subversion"), |
124 os.path.join("VcsPlugins", "vcsPySvn", "icons", |
124 os.path.join("VcsPlugins", "vcsPySvn", "icons", |
125 "preferences-subversion.png"), |
125 "preferences-subversion.png"), |
126 createConfigurationPage, "vcsPage", None], |
126 createConfigurationPage, "vcsPage", None], |
127 } |
127 } |
128 |
128 |
129 |
129 |
130 def prepareUninstall(): |
130 def prepareUninstall(): |
131 """ |
131 """ |