1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Rename plugin host and network graphics demo examples

This commit is contained in:
ed 2018-03-15 11:45:02 +00:00
parent 18c0c48ce6
commit 66ee9d6d6d
111 changed files with 179 additions and 150 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">JUCE Network Graphics Demo</string>
<string name="app_name">NetworkGraphicsDemo</string>
</resources>

View file

@ -76,7 +76,7 @@ import java.util.concurrent.atomic.*;
//==============================================================================
public class JUCENetworkGraphicsDemo extends Activity
public class JUCENetworkGraphicsDemo extends $$JUCENetworkGraphicsDemoBaseClass$$
{
//==============================================================================
static

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">JUCE Network Graphics Demo</string>
<string name="app_name">NetworkGraphicsDemo</string>
</resources>