Skip to content

Commit

Permalink
Reverted developer name.
Browse files Browse the repository at this point in the history
  • Loading branch information
iiordanov committed Jan 6, 2024
1 parent b338b4a commit d66ba12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bVNC/src/main/java/com/iiordanov/bVNC/bVNC.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* bVNC is the Activity for setting up VNC connections.
*/
public class bVNC extends MainConfiguration {
private final static String TAG = "androidVNC";
private final static String TAG = "bVNC";
private LinearLayout layoutUseX11Vnc;
private LinearLayout layoutAdvancedSettings;
private EditText sshServer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ public void donateToProject(View item) {
}

public void moreApps(View item) {
startUriIntent(this, "market://search?q=pub:\"Iordan Iordanov (Morpheusly)\"");
startUriIntent(this, "market://search?q=pub:\"Iordan Iordanov (Undatech)\"");
}

public void previousVersions(View item) {
Expand Down

0 comments on commit d66ba12

Please sign in to comment.