View | Details | Raw Unified | Return to bug 328213
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- src/YGPackageSelector.cc
0
++ src/YGPackageSelector.cc
Lines 2213-2218 Link Here
2213
	{
2213
	{
2214
		setBorder (0);
2214
		setBorder (0);
2215
2215
2216
		//Fixme - do not hardcode the path - generate and -D it in the makefile
2217
		bindtextdomain ("yast2-gtk", "/usr/share/YaST2/locale/");
2218
		textdomain ("yast2-gtk");
2219
		bind_textdomain_codeset ("yast2-gtk", "UTF-8");
2220
2216
		GtkWindow *window = YGUI::ui()->currentWindow();
2221
		GtkWindow *window = YGUI::ui()->currentWindow();
2217
		gtk_window_resize (window, 680, 580);
2222
		gtk_window_resize (window, 680, 580);
2218
2223
Lines 2221-2227 Link Here
2221
		ygtk_wizard_set_header_icon (wizard, window,
2226
		ygtk_wizard_set_header_icon (wizard, window,
2222
			THEMEDIR "/icons/32x32/apps/yast-software.png");
2227
			THEMEDIR "/icons/32x32/apps/yast-software.png");
2223
		ygtk_wizard_set_header_text (wizard, YGUI::ui()->currentWindow(),
2228
		ygtk_wizard_set_header_text (wizard, YGUI::ui()->currentWindow(),
2224
		                             "Package Selector");
2229
		                             _("Package Selector"));
2225
		ygtk_wizard_set_help_text (wizard,
2230
		ygtk_wizard_set_help_text (wizard,
2226
			_("Two pools are presented; one with the available software, the other "
2231
			_("Two pools are presented; one with the available software, the other "
2227
			"with the installed one. To install software you choose a package "
2232
			"with the installed one. To install software you choose a package "

Return to bug 328213