Skip to content

Commit e932429

Browse files
author
timlinux
committedJul 17, 2008
Cater for those crazy folks who have more than 2 com ports on their windows boxes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8809 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/plugins/gps_importer/qgsgpsplugingui.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,13 @@ void QgsGPSPluginGui::populatePortComboBoxes() {
354354
#ifdef WIN32
355355
cmbULPort->addItem("com1");
356356
cmbULPort->addItem("com2");
357+
cmbULPort->addItem("com3");
358+
cmbULPort->addItem("com4");
357359
cmbULPort->addItem("usb:");
358360
cmbDLPort->addItem("com1");
359361
cmbDLPort->addItem("com2");
362+
cmbDLPort->addItem("com3");
363+
cmbDLPort->addItem("com4");
360364
cmbDLPort->addItem("usb:");
361365
#endif
362366

0 commit comments

Comments
 (0)
Please sign in to comment.