Skip to content

Commit

Permalink
Update iCam.vb
Browse files Browse the repository at this point in the history
  • Loading branch information
raindolf committed May 11, 2012
1 parent 61483d2 commit e60397e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iCam.vb
Expand Up @@ -50,7 +50,7 @@ Public Class iCam
Application.DoEvents()

If setCam() = False Then
MessageBox.Show("Errror Setting/Re-Setting Camera")
MessageBox.Show("Errror Setting up Anansi Cam/Re-Setting Camera")
End If
End If

Expand All @@ -59,7 +59,7 @@ Public Class iCam
Public Sub initCam(ByVal parentH As Integer)
'Gets the handle and initiates camera setup
If Me.iRunning = True Then
MessageBox.Show("Camera Is Already Running")
MessageBox.Show("Anansi Cam Is Already Running")
Exit Sub
Else

Expand Down

0 comments on commit e60397e

Please sign in to comment.