Changeset 5207 for trunk/gtk/open-dialog.c
- Timestamp:
- Mar 6, 2008, 8:55:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/open-dialog.c
r5159 r5207 196 196 ++row; 197 197 col = 0; 198 l = gtk_label_new_with_mnemonic( _( "D ownload _to:" ) );198 l = gtk_label_new_with_mnemonic( _( "Destination _folder:" ) ); 199 199 gtk_misc_set_alignment( GTK_MISC( l ), 0.0f, 0.5f ); 200 200 gtk_table_attach( GTK_TABLE( t ), l, col, col+1, row, row+1, GTK_FILL, 0, 0, 0 );
Note: See TracChangeset
for help on using the changeset viewer.