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