Skip to content
Permalink
Browse files
Cater for those crazy folks who have more than 2 com ports on their w…
…indows boxes

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8809 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jul 17, 2008
1 parent ca87b0a commit e932429
Showing 1 changed file with 4 additions and 0 deletions.
@@ -354,9 +354,13 @@ void QgsGPSPluginGui::populatePortComboBoxes() {
#ifdef WIN32
cmbULPort->addItem("com1");
cmbULPort->addItem("com2");
cmbULPort->addItem("com3");
cmbULPort->addItem("com4");
cmbULPort->addItem("usb:");
cmbDLPort->addItem("com1");
cmbDLPort->addItem("com2");
cmbDLPort->addItem("com3");
cmbDLPort->addItem("com4");
cmbDLPort->addItem("usb:");
#endif

0 comments on commit e932429

Please sign in to comment.