Skip to content

Commit ef5a22a

Browse files
committed
Update descriptions and links
1 parent 27ff31e commit ef5a22a

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

MainWindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ void MainWindow::on_actionAbout_triggered()
238238
" (or similar device) for cutting. It is designed to work with SVGs produced " +
239239
"by the excellent free vector graphics editor <a href=\"http://www.inkscape.org/\">Inkscape</a>. " +
240240
" It may work with other software but this has not been tested.<br/>" +
241-
"<br/>See <a href=\"http://concentriclivers.com/robocut\">the online manual for instructions</a>.";
241+
"<br/>See <a href=\"http://robocut.org\">the website for more information</a>.";
242242
QMessageBox::information(this, "About", message);
243243
}
244244

@@ -267,7 +267,7 @@ void MainWindow::on_actionCut_triggered()
267267

268268
void MainWindow::on_actionManual_triggered()
269269
{
270-
QMessageBox::information(this, "Manual", "An online manual is available at <br><br><a href=\"http://concentriclivers.com/\">http://concentriclivers.com/</a>");
270+
QMessageBox::information(this, "Manual", "An online manual is available at <br><br><a href=\"http://robocut.org/\">http://robocut.org/</a>");
271271
}
272272

273273
void MainWindow::on_actionAnimate_toggled(bool animate)

robocut.spec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ BuildRequires: libqt4-devel libusb-1_0-devel unzip
1717

1818
%description
1919
Robocut is a simple graphical program to allow you to cut graphics with a
20-
Graphtec Craft Robo 2 Vinyl Cutter model CC220-20 and Sihouette SD.
20+
Graphtec Craft Robo 2 Vinyl Cutter model CC220-20 and Sihouette SD, among other devices.
2121

2222
It can read SVG files produced by Inkscape, but it should also work with other
2323
SVG files. Unlike the official programs, Robocut can run on Linux and probably
24-
Mac OS X with a tiny bit of work. It may work with the newer CC330-20 model if
25-
the USB IDs are changed, but I don’t have one to test with.
24+
Mac OS X.
2625

2726
Inside the “examples” folder there is also a registration marks template fully
2827
functional (yes, the Silhouette Cameo is able to recognize registration marks

0 commit comments

Comments
 (0)