Update header signature
This commit is contained in:
parent
831d855cec
commit
f44ed52148
2
LICENSE
2
LICENSE
@ -187,7 +187,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
Copyright 2013-2016 appPlant GmbH
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2013-2014 appPlant UG
|
||||
Copyright 2013-2016 appPlant GmbH
|
||||
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2013-2014 appPlant UG
|
||||
Copyright 2013-2016 appPlant GmbH
|
||||
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2013-2014 appPlant UG
|
||||
Copyright 2013-2016 appPlant GmbH
|
||||
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
@ -81,13 +81,13 @@
|
||||
{
|
||||
UIPrintInteractionController* controller = [self printController];
|
||||
NSString* printerId = [self.settings objectForKey:@"printerId"];
|
||||
|
||||
|
||||
if (printerId) {
|
||||
[self sendToPrinter:controller printer:printerId];
|
||||
}
|
||||
else {
|
||||
CGRect rect = [self convertIntoRect:[self.settings objectForKey:@"bounds"]];
|
||||
|
||||
|
||||
[self presentPrintController:controller fromRect:rect];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user