Browse Source

Rename some files

pull/2/head
falkTX 10 years ago
parent
commit
1669cad8bf
3 changed files with 2 additions and 2 deletions
  1. +0
    -0
      plugins/Info/InfoExamplePlugin.cpp
  2. +0
    -0
      plugins/Info/InfoExampleUI.cpp
  3. +2
    -2
      plugins/Info/Makefile

plugins/Info/ExamplePluginInfo.cpp → plugins/Info/InfoExamplePlugin.cpp View File


plugins/Info/ExampleUIInfo.cpp → plugins/Info/InfoExampleUI.cpp View File


+ 2
- 2
plugins/Info/Makefile View File

@@ -13,10 +13,10 @@ NAME = d_info
# Files to build

OBJS_DSP = \
ExamplePluginInfo.cpp.o
InfoExamplePlugin.cpp.o

OBJS_UI = \
ExampleUIInfo.cpp.o
InfoExampleUI.cpp.o

# --------------------------------------------------------------
# Do some magic


Loading…
Cancel
Save