Exemple #1
0
 public EditorPage() : base(new EditorPageWidget(), Strings.Edit, "mode-image-edit")
 {
     // TODO: Somebody might need to change the icon to something more suitable.
     // FIXME: The icon isn't shown in the menu, are we missing a size?
     EditorPageWidget      = SidebarWidget as EditorPageWidget;
     EditorPageWidget.Page = this;
 }
		public EditorPage () : base (new EditorPageWidget (),
									   Catalog.GetString ("Edit"),
									   "mode-image-edit") {
			// TODO: Somebody might need to change the icon to something more suitable.
			// FIXME: The icon isn't shown in the menu, are we missing a size?
			EditorPageWidget = SidebarWidget as EditorPageWidget;
			EditorPageWidget.Page = this;
		}