Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 125:fcd231529628 sv1-1.0pre3
* fix typo
| author | Chris Cannam |
|---|---|
| date | Thu, 15 Mar 2007 13:34:33 +0000 |
| parents | 8a39597edb51 |
| children | 8d31c8e9c820 |
comparison
equal
deleted
inserted
replaced
| 124:8a39597edb51 | 125:fcd231529628 |
|---|---|
| 2320 sf1 = e->getEndFrame(); | 2320 sf1 = e->getEndFrame(); |
| 2321 selected = pane->getImageSize(sf0, sf1); | 2321 selected = pane->getImageSize(sf0, sf1); |
| 2322 } | 2322 } |
| 2323 | 2323 |
| 2324 QStringList items; | 2324 QStringList items; |
| 2325 items << tr("Export the whole pane (%1x%2 pixels") | 2325 items << tr("Export the whole pane (%1x%2 pixels)") |
| 2326 .arg(total.width()).arg(total.height()); | 2326 .arg(total.width()).arg(total.height()); |
| 2327 items << tr("Export the visible area only (%1x%2 pixels)") | 2327 items << tr("Export the visible area only (%1x%2 pixels)") |
| 2328 .arg(visible.width()).arg(visible.height()); | 2328 .arg(visible.width()).arg(visible.height()); |
| 2329 if (haveSelection) { | 2329 if (haveSelection) { |
| 2330 items << tr("Export the selection extent (%1x%2 pixels)") | 2330 items << tr("Export the selection extent (%1x%2 pixels)") |
