Skip to content

Commit

Permalink
Edited About links and titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmoodlan committed Jul 20, 2017
1 parent 976671d commit e9964f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/nbproject/private/
/nbproject/private/
/build/
4 changes: 3 additions & 1 deletion src/subtitlesystemviews/ServerViewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,9 @@ private void buttonPreviousActionPerformed(java.awt.event.ActionEvent evt) {//GE
}//GEN-LAST:event_buttonPreviousActionPerformed

private void jButton5ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton5ActionPerformed
JOptionPane.showMessageDialog(null, "This software was originally created to help making TedxMimasStreet main event talks more accessible to the foreign audience. \nWebsite: future link\nGithub repo : future link", "Info", 1);
JOptionPane.showMessageDialog(null, "This software was originally created to help making TedxMimasStreet main event talks more accessible to the foreign audience."
+ "\nWebsite: http://mhmoodlan.github.io/SubX"
+ "\nGithub repo : https://github.com/mhmoodlan/SubX", "Info", 1);
}//GEN-LAST:event_jButton5ActionPerformed

private void buttonLoadActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonLoadActionPerformed
Expand Down

0 comments on commit e9964f3

Please sign in to comment.