fix the title according to the HIG (Closes: #304950).

2005-05-22  Sebastien Bacher  <seb128@debian.org>

	* sound-properties-capplet.c: (main):
	fix the title according to the HIG (Closes: #304950).
This commit is contained in:
Sebastien Bacher 2005-05-22 19:29:14 +00:00 committed by Sebastien Bacher
parent 82b98de843
commit 05f52484b8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-05-22 Sebastien Bacher <seb128@debian.org>
* sound-properties-capplet.c: (main):
fix the title according to the HIG (Closes: #304950).
2005-02-07 Sebastien Bacher <seb128@debian.org>
* sound-properties-capplet.c: change fullscreen_flash to fullscreen

View file

@ -268,7 +268,7 @@ main (int argc, char **argv)
setup_dialog (dialog, changeset);
dialog_win = gtk_dialog_new_with_buttons
(_("Sound preferences"), NULL, GTK_DIALOG_NO_SEPARATOR,
(_("Sound Preferences"), NULL, GTK_DIALOG_NO_SEPARATOR,
GTK_STOCK_HELP, GTK_RESPONSE_HELP,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
NULL);