pidgin/gtkdialogs.c

branch
next.minor
changeset 29523
bb8115817984
parent 29522
a5595d764a85
child 29524
6a6a277b3174
equal deleted inserted replaced
29522:a5595d764a85 29523:bb8115817984
433 } 433 }
434 434
435 tmp = g_strdup_printf(_("About %s"), PIDGIN_NAME); 435 tmp = g_strdup_printf(_("About %s"), PIDGIN_NAME);
436 about = pidgin_create_dialog(tmp, PIDGIN_HIG_BORDER, "about", TRUE); 436 about = pidgin_create_dialog(tmp, PIDGIN_HIG_BORDER, "about", TRUE);
437 g_free(tmp); 437 g_free(tmp);
438 gtk_window_set_default_size(GTK_WINDOW(about), 340, 450); 438 gtk_window_set_default_size(GTK_WINDOW(about), 450, 450);
439 439
440 vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(about), FALSE, PIDGIN_HIG_BORDER); 440 vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(about), FALSE, PIDGIN_HIG_BORDER);
441 441
442 /* Generate a logo with a version number */ 442 /* Generate a logo with a version number */
443 logo = gtk_window_new(GTK_WINDOW_TOPLEVEL); 443 logo = gtk_window_new(GTK_WINDOW_TOPLEVEL);
579 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); 579 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
580 580
581 str = g_string_sized_new(4096); 581 str = g_string_sized_new(4096);
582 582
583 g_string_append_printf(str, 583 g_string_append_printf(str,
584 "<FONT SIZE=\"4\"><B>%s %s</B></FONT>><BR>(libpurple %s)<BR>%s<BR><BR>", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version(), REVISION); 584 "<FONT SIZE=\"4\"><B>%s %s</B></FONT><BR>(libpurple %s)<BR>%s<BR><BR>", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version(), REVISION);
585 585
586 g_string_append_printf(str, "<FONT SIZE=\"4\">%s</FONT><br/>", _("Build Information")); 586 g_string_append_printf(str, "<FONT SIZE=\"4\">%s</FONT><br/>", _("Build Information"));
587 587
588 /* The following primarly intented for user/developer interaction and thus 588 /* The following primarly intented for user/developer interaction and thus
589 ought not be translated */ 589 ought not be translated */

mercurial