Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 369539 | Differences between
and this patch

Collapse All | Expand All

(-)k3dsdk/ngui/main_document_window.cpp.orig (-2 / +2 lines)
Lines 1569-1575 Link Here
1569
			Gtk::HBox import_box(false, 5);
1569
			Gtk::HBox import_box(false, 5);
1570
			Gtk::Label import_label(_("Choose import plugin:"));
1570
			Gtk::Label import_label(_("Choose import plugin:"));
1571
1571
1572
			Gtk::ComboBox import_combo(model);
1572
			Gtk::ComboBox import_combo(model, false);
1573
			import_combo.pack_start(columns.icon, false);
1573
			import_combo.pack_start(columns.icon, false);
1574
			import_combo.pack_start(columns.label);
1574
			import_combo.pack_start(columns.label);
1575
			import_combo.set_active(0);
1575
			import_combo.set_active(0);
Lines 1659-1665 Link Here
1659
			Gtk::HBox export_box(false, 5);
1659
			Gtk::HBox export_box(false, 5);
1660
			Gtk::Label export_label(_("Choose export plugin:"));
1660
			Gtk::Label export_label(_("Choose export plugin:"));
1661
1661
1662
			Gtk::ComboBox export_combo(model);
1662
			Gtk::ComboBox export_combo(model, false);
1663
			export_combo.pack_start(columns.icon, false);
1663
			export_combo.pack_start(columns.icon, false);
1664
			export_combo.pack_start(columns.label);
1664
			export_combo.pack_start(columns.label);
1665
			export_combo.set_active(0);
1665
			export_combo.set_active(0);

Return to bug 369539