|
From: <per...@us...> - 2009-10-27 21:31:05
|
Revision: 182
http://netemul.svn.sourceforge.net/netemul/?rev=182&view=rev
Author: perezmeyer
Date: 2009-10-27 21:30:58 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
Fixed typos
Modified Paths:
--------------
trunk/src/mainwindow.cpp
Modified: trunk/src/mainwindow.cpp
===================================================================
--- trunk/src/mainwindow.cpp 2009-10-26 21:28:05 UTC (rev 181)
+++ trunk/src/mainwindow.cpp 2009-10-27 21:30:58 UTC (rev 182)
@@ -140,7 +140,7 @@
UPDATEACTION( arpAct , tr("Arp table"), tr("Arp table") );
UPDATEACTION( deleteAct , tr("Delete"),tr("Deleting object") )
UPDATEACTION( progAct , tr("Programs"), tr("Programs installed on device") )
- UPDATEACTION( settingAct , tr("Setting...") , tr("Setting") )
+ UPDATEACTION( settingAct , tr("Settings...") , tr("Settings") )
UPDATEACTION( playAct , tr("Stop") , tr("Stop simulation") )
UPDATEACTION( staticsAct , tr("Statistics ") , tr("Show scene statistics ") )
UPDATEACTION( moveAct , tr("Move"),tr("Move objects") )
@@ -160,7 +160,7 @@
UPDATEACTION( propertyAct , tr("Properties") , tr("Show properties") )
UPDATEACTION( logAct , tr("Show log") , tr("Show device log file") )
UPDATEACTION( aboutDeviceAct , tr("About device") , tr("Information about device") )
- UPDATEACTION( designerPacketAct , tr("Packet desinger...") , tr("Create user's packet") )
+ UPDATEACTION( designerPacketAct , tr("Packet designer...") , tr("Create user's packet") )
UPDATEACTION( printAct , tr("Print...") , tr("Print user's network") )
UPDATEACTION( printPreviewAct , tr("Preview...") , tr("Preview network berfore printing") );
fileMenu->setTitle(tr("File"));
@@ -486,7 +486,7 @@
// Слот окна настроек
void MainWindow::setting()
{
- settingDialog *d = new settingDialog;
+ settingDialog *d = new settingDialog;
d->exec();
canva->setAnimateSpeed( appSetting::animateSpeed() );
setOpenglMode( appSetting::hasOpengl() );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|