Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(741)

Unified Diff: samples/github/bin/github.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/github/android/compile_mock.sh ('k') | samples/github/compile_mock_service.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/github/bin/github.dart
diff --git a/samples/github/bin/github.dart b/samples/github/bin/github.dart
index 757c7bf312ddadfe1bf4eb6fea5bdd609c92de68..41508b3ba2bad4bd98ccbc3334d87a550f808bb3 100644
--- a/samples/github/bin/github.dart
+++ b/samples/github/bin/github.dart
@@ -14,13 +14,13 @@ import 'package:immi_samples/menu.dart';
main() {
var server = new Server('127.0.0.1', 8321);
var user = server.getUser('dart-lang');
- var repo = user.getRepository('fletch');
+ var repo = user.getRepository('dartino');
var menu = new Menu('Menu');
var commits = new CommitListPresenter(repo);
var drawer = new Drawer(commits, left: menu);
- menu.add(new MenuItem('Fletch', () { drawer.center = commits; }));
+ menu.add(new MenuItem('Dartino', () { drawer.center = commits; }));
var impl = new ImmiServiceImpl();
impl.add('DrawerPresenter', drawer);
« no previous file with comments | « samples/github/android/compile_mock.sh ('k') | samples/github/compile_mock_service.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698