/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to src/GPumpApp.c

  • Committer: Gustav Hatvigsson
  • Date: 2014-04-07 18:07:45 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140407180745-qafikqxq8zvt8o1y
* Added a subtitle to the headerbar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 3);
127
127
  
128
128
  gtk_header_bar_set_title (GTK_HEADER_BAR (header_bar), "GPump");
 
129
  gtk_header_bar_set_subtitle (GTK_HEADER_BAR (header_bar),
 
130
                               _("A Pump.io Client"));
129
131
  gtk_header_bar_set_show_close_button (GTK_HEADER_BAR (header_bar), TRUE);
130
132
  
131
133
  GtkWidget * scroll = priv->post_list_box =