Changeset 14238
- Timestamp:
- Jan 20, 2014, 11:56:06 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/details.c
r14225 r14238 1052 1052 hig_workarea_add_row (t, &row, _("Have:"), l, NULL); 1053 1053 1054 /* uploaded */ 1055 l = di->ul_lb = gtk_label_new (NULL); 1056 gtk_label_set_single_line_mode (GTK_LABEL (l), TRUE); 1057 hig_workarea_add_row (t, &row, _("Uploaded:"), l, NULL); 1058 1054 1059 /* downloaded */ 1055 1060 l = di->dl_lb = gtk_label_new (NULL); 1056 1061 gtk_label_set_single_line_mode (GTK_LABEL (l), TRUE); 1057 1062 hig_workarea_add_row (t, &row, _("Downloaded:"), l, NULL); 1058 1059 /* uploaded */1060 l = di->ul_lb = gtk_label_new (NULL);1061 gtk_label_set_single_line_mode (GTK_LABEL (l), TRUE);1062 hig_workarea_add_row (t, &row, _("Uploaded:"), l, NULL);1063 1063 1064 1064 /* state */ -
trunk/qt/details.cc
r14225 r14238 943 943 hig->addRow (tr ("Have:"), myHaveLabel = new SqueezeLabel); 944 944 hig->addRow (tr ("Availability:"), myAvailabilityLabel = new SqueezeLabel); 945 hig->addRow (tr ("Uploaded:"), myUploadedLabel = new SqueezeLabel); 945 946 hig->addRow (tr ("Downloaded:"), myDownloadedLabel = new SqueezeLabel); 946 hig->addRow (tr ("Uploaded:"), myUploadedLabel = new SqueezeLabel);947 947 hig->addRow (tr ("State:"), myStateLabel = new SqueezeLabel); 948 948 hig->addRow (tr ("Running time:"), myRunTimeLabel = new SqueezeLabel); -
trunk/web/index.html
r14212 r14238 203 203 <div class="row"><div class="key">Have:</div><div class="value" id="inspector-info-have"> </div></div> 204 204 <div class="row"><div class="key">Availability:</div><div class="value" id="inspector-info-availability"> </div></div> 205 <div class="row"><div class="key">Uploaded:</div><div class="value" id="inspector-info-uploaded"> </div></div> 205 206 <div class="row"><div class="key">Downloaded:</div><div class="value" id="inspector-info-downloaded"> </div></div> 206 <div class="row"><div class="key">Uploaded:</div><div class="value" id="inspector-info-uploaded"> </div></div>207 207 <div class="row"><div class="key">State:</div><div class="value" id="inspector-info-state"> </div></div> 208 208 <div class="row"><div class="key">Running Time:</div><div class="value" id="inspector-info-running-time"> </div></div>
Note: See TracChangeset
for help on using the changeset viewer.