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:
parent
18c0c48ce6
commit
66ee9d6d6d
111 changed files with 179 additions and 150 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ import java.util.concurrent.atomic.*;
|
|||
|
||||
|
||||
//==============================================================================
|
||||
public class JUCENetworkGraphicsDemo extends Activity
|
||||
public class JUCENetworkGraphicsDemo extends $$JUCENetworkGraphicsDemoBaseClass$$
|
||||
{
|
||||
//==============================================================================
|
||||
static
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue