Commit 489c44152f48ddea84b4dc031786b7fc866aaee7
1 parent
5aaa9f80
Change "SLP" to "Tizen"
Change-Id: I300bf3260b3dfec153583e5b4c0c1ee6ee1eebea
Showing
12 changed files
with
12 additions
and
12 deletions
examples/atlas/atlas-example.cpp
| ... | ... | @@ -221,7 +221,7 @@ void RunTest( Application& application ) |
| 221 | 221 | application.MainLoop(Configuration::APPLICATION_DOES_NOT_HANDLE_CONTEXT_LOSS); |
| 222 | 222 | } |
| 223 | 223 | |
| 224 | -// Entry point for Linux & SLP applications | |
| 224 | +// Entry point for Linux & Tizen applications | |
| 225 | 225 | // |
| 226 | 226 | int main( int argc, char **argv ) |
| 227 | 227 | { | ... | ... |
examples/buttons/buttons-example.cpp
examples/cluster/cluster-example.cpp
examples/cube-transition-effect/cube-transition-effect-example.cpp
| ... | ... | @@ -417,7 +417,7 @@ void CubeTransitionApp::OnKeyEvent(const KeyEvent& event) |
| 417 | 417 | } |
| 418 | 418 | } |
| 419 | 419 | |
| 420 | -// Entry point for Linux & SLP applications | |
| 420 | +// Entry point for Linux & Tizen applications | |
| 421 | 421 | int main( int argc, char **argv ) |
| 422 | 422 | { |
| 423 | 423 | Application application = Application::New( &argc, &argv ); | ... | ... |
examples/dissolve-effect/dissolve-effect-example.cpp
| ... | ... | @@ -410,7 +410,7 @@ bool DissolveEffectApp::OnTimerTick() |
| 410 | 410 | return false; //return false to stop the timer |
| 411 | 411 | } |
| 412 | 412 | |
| 413 | -// Entry point for Linux & SLP applications | |
| 413 | +// Entry point for Linux & Tizen applications | |
| 414 | 414 | int main( int argc, char **argv ) |
| 415 | 415 | { |
| 416 | 416 | Application application = Application::New( &argc, &argv ); | ... | ... |
examples/hello-world/hello-world-example.cpp
examples/logging/logging-example.cpp
examples/magnifier/magnifier-example.cpp
examples/motion-blur/motion-blur-example.cpp
examples/motion-stretch/motion-stretch-example.cpp
examples/new-window/new-window-example.cpp
| ... | ... | @@ -449,7 +449,7 @@ void RunTest(Application& app) |
| 449 | 449 | app.MainLoop(Configuration::APPLICATION_DOES_NOT_HANDLE_CONTEXT_LOSS); |
| 450 | 450 | } |
| 451 | 451 | |
| 452 | -// Entry point for Linux & SLP applications | |
| 452 | +// Entry point for Linux & Tizen applications | |
| 453 | 453 | // |
| 454 | 454 | |
| 455 | 455 | int main(int argc, char **argv) | ... | ... |
examples/text-view/text-view-example.cpp